Evang's blog

By Evang, history, 11 months ago, In English

Anyone find these numbers familiar?

Hint
  • Vote: I like it
  • +97
  • Vote: I do not like it

»
11 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Does it mean that I'm likely getting tl if my code run for 998ms due to this derivation?

»
11 months ago, # |
Rev. 2   Vote: I like it -8 Vote: I do not like it

Maybe it is a=15.(something) and these are just multiples of a... for very small programs the time is dependent on constant factors?

»
11 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Maybe the judges of Codeforces can't get the accurate executing time.

»
11 months ago, # |
  Vote: I like it +2 Vote: I do not like it

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]

»
11 months ago, # |
Rev. 2   Vote: I like it +14 Vote: I do not like it

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...

  • »
    »
    11 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    But there are 30ms, 61ms, 78ms in my submissions.

  • »
    »
    11 months ago, # ^ |
    Rev. 2   Vote: I like it +9 Vote: I do not like it

    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.
»
11 months ago, # |
  Vote: I like it +63 Vote: I do not like it

As python user I can't relate