|
|
back to boardWhat does "Wrong answer on Test # 16" mean? 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? It means, that your program passed first 15 tests successfully, but got WA on test #16. So, the problem is not solved... |
|
|