#include <stdio.h>

a;f(n){for(;~n&1;n/=2)a++;return a;}

int main(void) {
	printf("%i",f(94208));
	return 0;
}
