Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Interface with Codeforces API for contest data, problem sets, and submissions
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -9% | 0% |
Interface with the Codeforces API to fetch contest data, problem sets, submissions, and user statistics for competitive programming workflows.
Uses the official Codeforces API (https://codeforces.com/apiHelp) with proper rate limiting and authentication when required.
json{ "type": "object", "properties": { "action": { "type": "string", "enum": ["getContestProblems", "getUserSubmissions", "getProblemset", "getStandings", "getUserRating"] }, "contestId": { "type": "integer" }, "handle": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "count": { "type": "integer", "default": 10 } }, "required": ["action"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "data": { "type": "object" }, "error": { "type": "string" } }, "required": ["success"] }
javascript{ "action": "getContestProblems", "contestId": 1900 }
Other measured skills in the registry, with their headline benchmark lift.