Check this out 16507699 . It gets ok on the first 7 tests then CE. This stuff is weird :v :V
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3831 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | gamegame | 3386 |
10 | ksun48 | 3373 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
Check this out 16507699 . It gets ok on the first 7 tests then CE. This stuff is weird :v :V
Name |
---|
Lol, compilation error on test 23.
illuminati
I think maybe CF run different cases on different machines and different machine has different configuration.
Akylbek_A has a better reasoning than this :p
Did you check what the compiler message was?
Can't compile file:
cc1plus.exe: out of memory allocating 65536 bytes
Yeah, happens with me often! compiler optimizes remember, so unless you need large memory, you don't allocate large memory. So its reasonable why you'll get CE on 8th or 23rd test case
No, it's not reasonable at all. The program either compiles or doesn't regardless of the testcase.
Well, it confuses me too, because compile time error due to something happening at runtime???, but the optimization is nice, so maybe they found a way to do so. Do you know anything about this?
Umm, the link Alex7 gave 16507699 doesn't have CE. Its WA.
It was rejudged, pay attention on the time difference
I once got this verdict. Resubmitted the same code using the same compiler and got AC. I hope that doesn't happen to me inside a contest :/