CreateSubmission

CreateSubmission sends a program in for one of the contest's problems on behalf of the calling participant and queues its evaluation, returning the new submission's ID; follow it with DescribeSubmission or WatchSubmission. It carries the participate scope rather than contest write, needs the participant to have started the contest (see ParticipantService.StartContest), and is restricted while the contest is frozen.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
string
required
Body Params
string
output
object

Output is the submission body of an OUTPUT problem: a file uploaded for each of the problem's inputs (see TestingService.ListInputs).

A test is named by id and not by index, which is unique only within a testset. The index is frozen when the submission is created, so it still renders after the tests have been renumbered.

string
Response

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json