Ruby solutions execution time

Revision en2, by koprus77, 2020-11-22 00:22:09

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

Tags ruby, time

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English koprus77 2020-11-22 00:22:09 0 (published)
en1 English koprus77 2020-11-22 00:21:06 677 Initial revision (saved to drafts)