newbie_alt_acc's blog

By newbie_alt_acc, history, 2 years ago, In English

Is there any chrome extension which can parse the all test cases from any submitted accepted solution during the practice time (or) when no contest is running?

This extension only parses the testcases given in the problem statement.

  • Vote: I like it
  • -10
  • Vote: I do not like it

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

No cause most test cases others then the available one are huge (1k+ lines)and cannot be parsed until you have access to each one of them

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

The non sample test cases are stored in the backend. You've to use API services to get those data. And there is no available API for this task.

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

You might be interested in CF Debug.org