-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The planned endpoints (more will be added, have not included generic signin/up):
Type | Endpoint | Consumes | Produces |
POST | /contest/:contestID/submit | code, userid, contest id, problem id | Returns a submission id |
POST | /submit | code, userid, problem id | Returns a submission id (different from contest submissions) |
GET | /status/:submissionID | submissionID | status (AC/WA/RE/TLE/MLE/CE) |
POST | /contest/:contestID/register | userid | status of registration |
Comment more, I will add here
Metadata
Metadata
Assignees
Labels
No labels