koprus77's blog

By koprus77, history, 3 years ago, In English

I just noticed that any of Ruby solutions (even the simplest) have more than 0.45s time.

For example, I have this O(1) solution: 99140692. Or even such simple submission without input at all 99200379 has an execution time bigger than 0.45s.

I understand that Ruby is not the best language for competitive programming and some problems could not be solved in it anyway. But for me, this issue looks like some server misconfiguration and I hope it could be easily solved.

I see this issue is really important for Ruby coders because I believe this is the reason why I had TLE in the last round 99183270

Full text and comments »

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