TharunReddy323's blog

By TharunReddy323, 9 years ago, In English

The link for the problem PROBLEM

In this problem i found the XOR value of the (m+1)th player and each of the players m players from (1 to m) ,and found the number of 1's in the

binary form of the XOR output value.if the number of 1's are less than K then i incremented the counter.

but the approach is giving me wrong answer!

any suggestions to approach??

OR

Can anyone post a link or explain me an efficient way to convert a number from decimal to binary using bitmasks!!

| Write comment?
»
9 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Remember that up to k different types of soldiers are allowed, so also if the number of ones is k increment the counter.