Please read the new rule regarding the restriction on the use of AI tools. ×

Kerolloz's blog

By Kerolloz, history, 5 years ago, In English

Hello guys,

I wanted to share this API with you. You can use it to develop applications around codeforces problems. This is how it works. You give it the problem ID. It returns back the problem description in JSON format. The description includes {title, time_limit, memory_limit, statement, input_specification, output_specification, sample_tests, note}.

Your contributions, suggestions and edits are welcome.

You can find the GitHub repo here. https://github.com/kerolloz/codeforces-problem-scrapper-api

  • Vote: I like it
  • +5
  • Vote: I do not like it