please tell me what is wrong with this code ?? we have to count all set bits bw a and b including a and b .
Sample Input:
2
1 1
10 15
Sample Output:
1
17
code link- https://ide.codingblocks.com/s/95243
please tell me what is wrong with this code ?? we have to count all set bits bw a and b including a and b .
Sample Input:
2
1 1
10 15
Sample Output:
1
17
code link- https://ide.codingblocks.com/s/95243