xiaowuc1   4년 전

I submitted a C++ and Java solution to Kattis (IDs 15453700 and 15453847 respectively) and both of them get AC on Kattis. No one else has submitted to or solved this problem - I am curious if the data for the problem are properly configured. I did some input checks in 15454001 and the input data look well-formed up until I get a WA verdict, so I am curious if the input/output files are paired properly.

If the test data contains data that was not used in the original contest, then I would be fine being told that that is the case so I can further attempt to debug my solution. 

startlink   4년 전

The absolute value of the x and y coordinates are at most 10^9.

댓글을 작성하려면 로그인해야 합니다.