Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Calculate combinatorial values with modular arithmetic
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -26% | 0% |
Calculate combinatorial values with modular arithmetic support for competitive programming applications.
json{ "type": "object", "properties": { "operation": { "type": "string", "enum": ["nCr", "nPr", "factorial", "catalan", "stirling", "lucas", "precompute"] }, "n": { "type": "integer" }, "r": { "type": "integer" }, "mod": { "type": "integer" }, "precomputeLimit": { "type": "integer" } }, "required": ["operation"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "result": { "type": "integer" }, "code": { "type": "string" }, "formula": { "type": "string" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.