ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1514. National Park

What does "Wrong answer on Test # 16" mean?
Posted by Hao Hu (Ikki @ Nanjing University) 24 Dec 2006 12:24
If my program gets WA on test# 16, does it mean that it is accepted for(i=1;i<=15;i++) test# i? (no wrong answer, memory limit ok, no stack overflow, everything all right)?
Re: What does "Wrong answer on Test # 16" mean?
Posted by Vedernikoff Sergey 25 Dec 2006 15:01
It means, that your program passed first 15 tests successfully, but got WA on test #16. So, the problem is not solved...