codebreaker_submit
Submit a solution for automated evaluation on Codebreaker. Supports Python 3 and C++ 17, with optional second program for communication problems.
Instructions
Submit a solution for evaluation.
Submissions are automatically spaced ~2s apart. Returns the submission id; call codebreaker_wait_submission on it to get verdicts. For Communication problems pass code_b (two programs are graded together).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| code_b | No | ||
| language | Yes | ||
| problem_id | Yes |