Same code got TLE in GNU C++11 and got AC in GNU C++17. Can someone please tell me the reason behind it?
TLE (C++11): http://codeforces.net/contest/1520/submission/115347126
AC (C++17): http://codeforces.net/contest/1520/submission/115347176
Thanks!
# | 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 |
Same code got TLE in GNU C++11 and got AC in GNU C++17. Can someone please tell me the reason behind it?
TLE (C++11): http://codeforces.net/contest/1520/submission/115347126
AC (C++17): http://codeforces.net/contest/1520/submission/115347176
Thanks!
Initially I use GNU C++17 when I submit codes. I submitted code for 235A — LCM Challenge and got WA on test 61 using GNU C++17. Then again I submitted the same code in GNU C++14 and got Accepted. My submissions are here,
GNU C++17: 78659557 (Wrong answer on test 61)
GNU C++14: 78659665 (Accepted)
I found no explanation of it and thinking about what if it happened in contest time. Can you suggest me any reason? Thank you so much!
Name |
---|