Generate a house-style problem
repovive_generate_house_problemGenerate a verified competitive-programming problem in Repovive's house style, with deterministic seeds, packed sub-cases, constraints, and reference-solution outputs for hidden tests.
Instructions
Generate one problem in Repovive's published house style: multi-test input led by t, braced-array input/output sections, a bulleted constraints list bounding t, and a single sample packing several sub-cases with per-case explanations. Deterministic in the seed; runs the reference solution on this host to produce expected outputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Generator kind (see repovive_list_house_templates) | |
| seed | No | Deterministic seed | |
| num_hidden | No | Hidden test files to generate | |
| cases_per_test | No | Sub-cases packed into each hidden test |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |