kingofnumbers's blog

By kingofnumbers, 11 years ago, In English

I think codeforces processors become very slower than before and here are some examples:

the code submited today 4764625 and the same code submited long time ago 3804344 ,you can see the big deference in running time

also this linear time code is unexpectedly TLE 4764479

this also O(n) getting TLE 4763637

I would like to know why this happens, thanks.

  • Vote: I like it
  • +14
  • Vote: I do not like it

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

    Do you think codeforces like facebook if you tagged someone he will get notification?

»
11 years ago, # |
  Vote: I like it +20 Vote: I do not like it

Fixed