|
|
back to boardWA #1 Why??? Posted by B@R5uk 21 Dec 2017 19:16 I submitted some algo which on my computer gives correct result for sample input given in problem statement and I got WA in test #1. Then I tried this code: public class Problem_1285 { public static void main(String[] args) { System.out.println("1.00"); } } ...and got the same WA #1. What's going on??? Re: WA #1 Why??? Posted by B@R5uk 21 Dec 2017 21:57 Seems like test #1 is not the sample test Re: WA #1 Why??? Posted by Orient 21 Dec 2017 22:27 Seems like test #1 is not the sample test It is often the case. |
|
|