Shameek's blog

By Shameek, 4 years ago, In English

how can i use codeforces api to post solutions to problems?

i cannot find this option in the api section.

i want to be able to submit slutions to any problem by including the soution in the body of the request.

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

»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

You can reversing how other people do this, in example cf tool But as I understood it does not use official api.

Or install that tool and use it as a driver in your own configuration. The simplest form of it might be to put a shortcut in the editor like <F7>=!cf submit.