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

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

Hello everyone! I want to ask one question, is it possible to view full test case? For example it says wrong answer on test case 10, but in the end of test case is '...', is it possible to view full test case? Thank you!

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

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

You can't

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

What's the use, are you going to debug such a long test case?

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

It's very difficult to debug your solution even if you get hold of the large testcase.

But if the problem has smaller testcases after the failing one, you can use CF Debug to (possibly) find a counter example to your logic.

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

https://codeforces.com/blog/entry/4065

This post shows the answer how, i won't summarize here.

"necroposting" to avoid the same -ve affect on others as this post in its current state ("not possible") discouraged me, and it was shown top on web search.

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

No, it's not possible -_-.

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

It's not possible.

There are some sites where you can compare your code with the solution. But you need a subscription over $100 per year.

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

Not revealing test cases can be annoying but it will actually improve your debugging skills so don't be mad about that