I have a few friends who write rounds in Python, and I noticed that they don't use some very simple optimizations, and the program ends up getting TL. Meanwhile, if you use these constructions, in half or more cases TL is removed.
First,
# | 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 |
2 | maomao90 | 163 |
4 | atcoder_official | 161 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
Some easy but useful optimization in Python.
I have a few friends who write rounds in Python, and I noticed that they don't use some very simple optimizations, and the program ends up getting TL. Meanwhile, if you use these constructions, in half or more cases TL is removed.
First,
Rev. | Lang. | By | When | Δ | Comment | |
---|---|---|---|---|---|---|
en8 | Dart-Xeyter | 2020-10-31 22:48:44 | 9 | Tiny change: ' is quite strong).\n\n~~~~' -> ' is quite a lot).\n\n~~~~' (published) | ||
en7 | Dart-Xeyter | 2020-10-31 22:40:40 | 23 | Tiny change: '1] from a recent round. This cod' -> '1] from a [problem:1413B]. This cod' | ||
en6 | Dart-Xeyter | 2020-10-31 22:36:43 | 33 | |||
en5 | Dart-Xeyter | 2020-10-31 22:34:39 | 907 | |||
en4 | Dart-Xeyter | 2020-10-31 22:25:09 | 1204 | |||
en3 | Dart-Xeyter | 2020-10-31 22:07:55 | 1158 | |||
en2 | Dart-Xeyter | 2020-10-31 21:53:34 | 1349 | |||
en1 | Dart-Xeyter | 2020-10-31 21:24:14 | 285 | Initial revision (saved to drafts) |
Name |
---|