Hello all!
I currently have a serious question, what is better to use for solving problems — GNU C++14 or GNU C++17
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3885 |
3 | jqdai0815 | 3682 |
4 | Benq | 3580 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3506 |
7 | ecnerwala | 3505 |
8 | Radewoosh | 3457 |
9 | Kevin114514 | 3377 |
10 | gamegame | 3374 |
# | User | Contrib. |
---|---|---|
1 | cry | 170 |
2 | Um_nik | 162 |
3 | atcoder_official | 161 |
4 | maomao90 | 158 |
4 | -is-this-fft- | 158 |
6 | djm03178 | 157 |
7 | Dominater069 | 156 |
8 | adamant | 154 |
9 | luogu_official | 153 |
10 | awoo | 152 |
Name |
---|
It depends on the functions and properties you want to use for solving problems. If you do not use any it doesn't matter, but generally, C++17 has more interesting properties to use.
ohh, thank u. But why some top coders use c++14?
I can't say on their behalf, but probably because they don't use the features of C++17. Even though some features make the coding easier, but in competitive programming some of them are useless.