Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Interface with AtCoder for Japanese competitive programming contests
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 23% | 0% |
Interface with AtCoder platform for accessing Japanese competitive programming contests, problems, and submissions.
Uses AtCoder web interface and AtCoder Problems API for difficulty ratings and problem metadata.
json{ "type": "object", "properties": { "action": { "type": "string", "enum": ["getContestProblems", "getProblem", "getSubmissions", "getDifficulty", "getUserStats"] }, "contestId": { "type": "string" }, "problemId": { "type": "string" }, "username": { "type": "string" } }, "required": ["action"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "data": { "type": "object" }, "error": { "type": "string" } }, "required": ["success"] }
javascript{ "action": "getContestProblems", "contestId": "abc300" }
Other measured skills in the registry, with their headline benchmark lift.