Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @NicknamedTwice,validated by @EnamSon,@DavidAugustoVilla and @TBali.
If you have any issues, feel free to ping them.
Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @NicknamedTwice,validated by @EnamSon,@DavidAugustoVilla and @TBali.
If you have any issues, feel free to ping them.
Wow, my code passes all tests but fails at validators 3,6, 8 and 10 ; I must have missed something terrible
but something in the validators is different than in the test
I found my (obviously) stupid mistake, but the tests are lacking numbers with ‘000’ in their binary representation (most of them are ‘111’). The input 380910188 for example helped me find the bug.
Hi,
I pass all tests and all validators except validator #2.
What is specific with the n number for this one ?
Thanks by advance
The input of Validator 2 is a 3-digit integer.
Thanks very much,
I found the number (in fact the pattern) that caused a problem and modified my algo for a full generalization; everything is now OK and the code is still readable.