Hi all,
SWERC 2016's problems, solutions and I/O are now available on the contest website.
Any feedback is welcome.
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
Hi all,
SWERC 2016's problems, solutions and I/O are now available on the contest website.
Any feedback is welcome.
Name |
---|
Already in Gym:
I'm the author of problem D. One of my solutions is giving WA but should give AC because it is within the 10^-3 eps. My guess is that the special corrector in Gym is using a 10^-6 eps?
I'm not used to use the Gym, not sure if we can see the tests where it fails like in a normal CF round.
Your solution outputs -0.000000 while it should be 1.000000.
You can see the tests if you have coach account, there are three ways to get it:
That's weird. It works on my computer. I'll check if there's any undefined behaviour in this code.
edit: indeed, it passes with g++ 6.2 but wa with g++ 5.1
Could you double check the way submissions from the onsite contest were imported?
I noticed that ENSU Ulm 1 first submission on problem D has the wrong time. 3:13:00 instead of 4:25:33 (submission 395), there is no submission at 3:13:00 from any team.
edit: same with their submission to G. It is shown at 01:50:31 but it was actually at 4:59:15.