Guwanch1's blog

By Guwanch1, history, 2 years ago, In English

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!

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
2 years ago, # |
  Vote: I like it +5 Vote: I do not like it

You can't

»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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.

»
5 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

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.

»
5 months ago, # |
  Vote: I like it 0 Vote: I do not like it

No, it's not possible -_-.

»
5 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

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.

»
4 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

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