arasmus's blog

By arasmus, history, 8 years ago, In English

Does anyone know on what CPU
do codeforces servers run on ? Any other info will be welcomed

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

| Write comment?
»
8 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

I wrote a short program to check the speed of Codeforces servers. Here is my code.

On Codeforces, it outputs 3773584906. On my computer (CPU Intel Core i5 x64, 2,40 GHz) it outputs 426621160. So Codeforces servers are faster than my computer in approximately 8.8 times.

So you can write

for i := 1 to 1000000000 {10e9} do inc(j, i);

and you won't get TL (it works in 0.6 seconds).

So Codeforces servers are really very fast. :-)