Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @NicknamedTwice,validated by @EnamSon,@David_Augusto_Villa 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,@David_Augusto_Villa 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.