You are viewing a single comment's thread. Return to all comments →
Simple C code:
int i; long long int t,k=3; scanf("%lld",&t); while(k<t){ t-=k; k*=2; } printf("%lld",k-t+1); return 0;
Seems like cookies are disabled on this browser, please enable them to open this website
Strange Counter
You are viewing a single comment's thread. Return to all comments →
Simple C code: