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 1212. Battleship

I have tired because of you cheating tests :)
Posted by Alias (Alexander Prudaev) 13 May 2007 17:13
I have WA #12? may be my program really have a bug,
but how i can guess about your tricky tests?
please help me, post there some test cases
Re: I have tired because of you cheating tests :)
Posted by Alias (Alexander Prudaev) 13 May 2007 17:16
I have found a bug :)
there was
    for (int i = 0; i < n; i++)

instead of     for (int i = 0; i <= n; i++)