Back to General discussions forum
Hi
my submitted solution for problem 207 is same as the one shown as correct (that is the list contains the same integers in the same order) but there seems to be
a difference in pagination, like
"...84 78
27 112..."
versus
"...84 78 27
112...
" which causes validation to fail. Can any of site admin look into this, please?
Damian, thanks!
Can you please elaborate where this "pagination" comes from? Site doesn't use any pagination of output and everything should be printed in a single line. If you introduce some line breaks, perhaps, while copy-pasting - try to avoid this.
UPD: I tried your solution, it doesn't introduce any line breaks itself (if you mean "visible" line breaks in the expected answer box, just try resizing the box dragging the corner). However it produces less numbers than expected, so I suspect there is some small issue with it you may want to fix.
You are right, Rodion, I figured it out now. Sorry for bothering you.