All IDE test cases pass but not he #4 validator and I don’t know why.
It’s not a “timeout” (I tried with 1000 in IDE even if the max is 29) and I’m (almost) sure that my code doesn’t crash.
Any hints about #4 validator ?
EDIT: The issue was a wrong number of lines for N like 9, 14, …
I think this should either be mentioned in the requirements or solutions with arbitrary whitespace at the end of the line should be accepted; as it is now, the requirement has to be guessed from failing test cases.