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

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

I was gotten verdict wrong answer expected YES, found NO [4968th token] but I can't seek to this token because the web just show limited token. I wonder if I can get full test case of a problem to debug myself and if yes, how? Thanks community!!

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

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

I don't know if there is a full solution, but you could add a if statement to print out the 4968th test case (and other if statements to make sure it doesn't print before that test case), but don't abuse it too much and spend more time looking at your code.

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

    thanks bro, I have been this situation before but this time I'm so frustrated.