https://ide.codingblocks.com/s/72880
timelimit error
Playing with bits__
@p45s99tik sorry for the delay just update inside nested loop
int n=a;
for( ;n>0;n=n>>1){
count = count + (n&1);
@p45s99tik sorry for the delay just update inside nested loop
int n=a;
for( ;n>0;n=n>>1){
count = count + (n&1);