|
|
вернуться в форумWA #1 Why??? Послано B@R5uk 21 дек 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??? Послано B@R5uk 21 дек 2017 21:57 Seems like test #1 is not the sample test Re: WA #1 Why??? Послано Orient 21 дек 2017 22:27 Seems like test #1 is not the sample test It is often the case. |
|
|