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 | 3985 |
2 | jiangly | 3814 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3517 |
7 | Radewoosh | 3410 |
8 | hos.lyric | 3399 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 161 |
5 | djm03178 | 158 |
6 | -is-this-fft- | 157 |
7 | adamant | 155 |
8 | awoo | 154 |
8 | Dominater069 | 154 |
10 | luogu_official | 150 |
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.