General
Anonymous User
257

count all number from the range [L,R] (R inlcusive) that have exactly one zero in its binary representation
1<=L<=R<=(10**18)
ex:
5,10
output:
2

Comments (0)