Build & test a full contest
repovive_build_contestBuild and verify a complete contest: each problem is schema-checked, reference solution judged, known-wrong solution must fail. Returns import-ready contest with verification report.
Instructions
Generate a whole contest from an ordered list of generator kinds and verify it: each problem is schema-checked, its reference solution is judged against its own tests, and a known-wrong solution is checked to fail. Returns the import-ready contest plus a per-problem verification report; require verification.all_passed before using it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Base seed (problem i uses seed+i) | |
| title | Yes | Contest title | |
| verify | No | Run each reference solution against its tests | |
| problem_kinds | Yes | Ordered list of generator kinds, one per problem | |
| num_hidden_per_problem | No | Hidden tests per problem |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |