Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Provide number theory algorithm implementations and guidance
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -4% | 0% |
Provide implementations and guidance for number theory algorithms commonly used in competitive programming.
json{ "type": "object", "properties": { "algorithm": { "type": "string" }, "parameters": { "type": "object" }, "language": { "type": "string", "enum": ["cpp", "python", "java"] }, "modulo": { "type": "integer" } }, "required": ["algorithm"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "string" }, "explanation": { "type": "string" }, "complexity": { "type": "string" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.