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

Автор Ahmad_Alakhras, история, 3 месяца назад, По-английски

Hello Codefores community !

Always when there is "WA" or "TLE" or something else It is not possible to see the test that caused this.

This is caused by the Testcases system, It may be in Testcase Number 400 or perhaps 1000

Of course, when the number is large, it is impossible for a person to know which test caused the error

I wonder why something is not added so that we can find out which test caused the error?

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

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

CF stress might help :D

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

I like your blogs/comments.

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

    Thx broo!

    I want to talk u in private to benefit from your experiences -Especially now we are under the threat of read-only mode- but not all people can talk with u.

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

To improve your own ability to find out that/possible edge cases. This is a important practice in normal software engineer's life otherwise your code will break when pushed to production and you will have to stay late night in office, debugging it.