Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @TTris_Rgz,validated by @Dr_Meyss,@Arkless_Michael-Schn and @Risodu.
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 @TTris_Rgz,validated by @Dr_Meyss,@Arkless_Michael-Schn and @Risodu.
If you have any issues, feel free to ping them.
Hi,
There is an issue on test case 9 generator.
The last digit (9) seems not going correctly through the case generator.
It is present in the case description and to me impossible to make the expected algo running fully without it… it would be nice to solve that point.
I’m afraid I don’t quite catch your meaning. The input to Test 9 is 0.4564564. There is no digit 9 in it.
Sorry I spoke about the test 8 (validator 8 also).
Just got it, the issue occures if you maintain float type. I corrected by using str type.
Just try you’ll see last 9 will be suppressed.
In the same trend the validator ‘Two writings of one number’ input becomes the equivalent integer because the input has to many digits after the coma.
May this message can avoid headecks to someone…