We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
For the input of
100000000 569099406 1607140150 823906344
I'm getting output 32 and this website claims 31.
I used
sort -u |wc -l
and 32 is correct.
BTW nowhere is being stated what type the array should be!
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Bit Array
You are viewing a single comment's thread. Return to all comments →
For the input of 100000000 569099406 1607140150 823906344 I'm getting output 32 and this website claims 31. I used sort -u |wc -l and 32 is correct. BTW nowhere is being stated what type the array should be!