xiaowuc1   4년 전

The problem statement says (emphasis is mine):

If so, the program finds one of the shortest routes without left turns and writes it in the standard output.

For some input sets, there can be multiple shortest routes. Does this problem have a checker to check if the printed route is a shortest valid route? My AC code on szkopul for this problem gets WA here, so I have reason to believe that right now to get AC you must match the reference solution's output.

jh05013   4년 전

It's not implemented. If there is no "스페셜 저지" tag, then it uses the standard checker comparing the exact outputs.

portableangel   4년 전

https://github.com/Startlink/BOJ-spj

You can make your own spj and send pull request here. (Google translator seems enough for this page)

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