Блог пользователя RedNextCentury

Автор RedNextCentury, история, 5 лет назад, По-английски

Today my friend told me that my solution for problem D in yesterday's educational contest failed on system tests. "Another silly bug", I thought.

I opened my submissions to check why it failed and I was surprised to see that the verdict was compilation error!

This is my submission, and this is what the error message says:

Can't compile file: Compilation process returned error: idleness limit exceeded (process hangs)

Any idea why this could happen? It's unrated anyways so it's not a big deal but this may have happened to other rated participants too.

  • Проголосовать: нравится
  • +72
  • Проголосовать: не нравится

»
5 лет назад, # |
  Проголосовать: нравится +14 Проголосовать: не нравится

It must be a problem from CodeForces.I sent your code and I chose the same compiler but I get accepted!!!!
https://codeforces.com/contest/1167/submission/54257535

  • »
    »
    5 лет назад, # ^ |
      Проголосовать: нравится +11 Проголосовать: не нравится

    Yep, thanks :D

    Just wondering if it affected someone else, because it would be pretty bad if it happened in a rated contest :p

»
5 лет назад, # |
  Проголосовать: нравится +25 Проголосовать: не нравится

I was solving a practice problem yesterday and my submission also showed compilation error, although it worked fine on custom invocation. Then I tried submitting the same code again, but it said that "you have already submitted the same code before". So, I just commented a useless line in my code and it got accepted. I thought it was a coincidence but looking at your post, it doesn't seem like that.

»
5 лет назад, # |
  Проголосовать: нравится +38 Проголосовать: не нравится

ffs, at least put brackets in your define: #define R (2*x+1)

»
5 лет назад, # |
  Проголосовать: нравится +56 Проголосовать: не нравится

This one is even weirder 52856023. It failed compilation error on system test 44.