codeforces_recent_submissions
Retrieve a Codeforces user's recent submissions, filterable by verdict, with direct links to each submission for code review.
Instructions
List a handle's most recent submissions, newest first.
Filter by verdict to pull up recent failures for review. Each row links to the
submission on Codeforces so the code itself can be read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum submissions to return | |
| handle | Yes | Codeforces handle, e.g. '3.141f' | |
| verdict | No | Filter by verdict, e.g. 'WRONG_ANSWER', 'TIME_LIMIT_EXCEEDED', 'OK' | |
| response_format | No | 'markdown' for a readable table, 'json' for structured data | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |