Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @Kk81,validated by @ethan-alexander,@User123 and @YALOKGAR.
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 @Kk81,validated by @ethan-alexander,@User123 and @YALOKGAR.
If you have any issues, feel free to ping them.
Hi,
Nice puzzle which I would place on the middle of Hard class.
One point wanted to raise here for a specific issue I went to debug a point by using the last validator in the custom part of IDE.
Very strangly, in Python the last line of this specific case is not catch down to the end using this line : grid= [list(input()) for _ in range(h)]
The last line is only loaded up to the last none space character.
This issue is not happening when the Submition is executed.
Could anyone check and confirm that it is not a specific issue on my side ?
I don’t specific issue in the grid itself. Sounds like a Codingame bug, any one would have experienced the same on any other context?
rgds
The issue is with the custom testcase box, it’s not specific to you or this puzzle. The final line/lines gets stripped of newlines and spaces but the test/validators do not. I’ve always dealt with it by adding a character at the end then removing it after reading in.
Whether this is intended by CG or not, I do not know, you may wish to make a comment of this in the #bug-report channel on discord.