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 1285. Thread in a Hyperspace

WA #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
B@R5uk wrote 21 December 2017 21:57
Seems like test #1 is not the sample test
It is often the case.