Different outputs on local machine and codeforces judge.

Revision en1, by JVirak, 2017-02-10 09:10:21

So I've been working through the A2OJ Div 2C ladder. For question 12 http://codeforces.com/problemset/problem/490/C my code seems to be running fine on my computer (at least for the three test cases given as examples) but it fails on the first test case (exactly the same as the first example) when I try to actually submit it http://codeforces.com/contest/490/submission/24563289.

It seems that for some reason it isn't picking up the answer in the loop (again, it does on my local machine) and is getting through the loop (which stops when an answer is found) and outputting "NO". Any help appreciated.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English JVirak 2017-02-10 09:10:21 664 Initial revision (published)