Ahmad_Alakhras's blog

By Ahmad_Alakhras, history, 3 months ago, In English

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?

  • Vote: I like it
  • +23
  • Vote: I do not like it

»
3 months ago, # |
  Vote: I like it +18 Vote: I do not like it

CF stress might help :D

»
3 months ago, # |
  Vote: I like it +9 Vote: I do not like it

I like your blogs/comments.

  • »
    »
    3 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    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 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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.