|
|
back to boardCommon BoardC# Compilation error (time limit exceeded) 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) Ok, I managed to workaround this. I compiled my yield return code. Decompiled it. And copied generated state machine code into my submission. |
|
|