ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

C# Compilation error (time limit exceeded)
Posted by Zergatul 13 Nov 2020 02:23
How big in compilation time limit? I am getting this error for problem #2107. It is compiling in 1 second on my PC. I don't understand, there is nothing very complicated in my code, just one method with IEnumerable<T> as return value and yield return inside.
Re: C# Compilation error (time limit exceeded)
Posted by Zergatul 13 Nov 2020 18:09
Ok, I managed to workaround this. I compiled my yield return code. Decompiled it. And copied generated state machine code into my submission.