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

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

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.

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

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

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 года назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

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 года назад, # |
  Проголосовать: нравится +11 Проголосовать: не нравится

You might be interested in CF Debug.org