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

Автор PursuitOfHappiness, 3 года назад, По-английски

Is there any way to add cses problems to vjudge?? Or is there any way to add them in codeforces gym section??
To fix the tight TLE, we need that.If there’s no way,then I would request the vjudge admin to add them in vjudge

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

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

Aren't tight TLEs good?

The more TLE one gets during practice, the fewer TLEs they get during contest :)

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

I think the time limit is a little tight. Look at that problem: problem1158

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

    My code passes comfortably on that problem and the statistics tab shows that people have solutions which run in 0.03 seconds, so I think the time limit is fine as-is.