Anyone find these numbers familiar?
Hint
# | 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 |
Anyone find these numbers familiar?
15 ms, 31 ms, 46 ms
Why do these numbers appear so often as the runtime of submissions?
Name |
---|
Does it mean that I'm likely getting tl if my code run for 998ms due to this derivation?
Maybe it is a=15.(something) and these are just multiples of a... for very small programs the time is dependent on constant factors?
Maybe the judges of Codeforces can't get the accurate executing time.
...or just solve the problem of judging stress.
Unable to parse markup [type=CF_MATHJAX]
Unable to parse markup [type=CF_MATHJAX]
Unable to parse markup [type=CF_MATHJAX]
Unable to parse markup [type=CF_MATHJAX]
I checked my submissions. Common running times include "0, 15, 31, 46, 62, 77, 93, 108...".
The adjancent-difference of them are +15, +16, +15, +16, +15, +16, +15...
But there are 30ms, 61ms, 78ms in my submissions.
So it seems that the submission time tends to be
Unable to parse markup [type=CF_MATHJAX]
milliseconds. I guess it's because the period of the time counter.As python user I can't relate