problem_fetch_codeforces
Fetch Codeforces problem metadata, tags, and contest limits by providing a contest ID and problem letter.
Instructions
Fetches problem statement metadata, tags, and contest limits from Codeforces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Problem letter (e.g. 'A', 'B', 'C') | |
| contestId | Yes | Codeforces contest ID (e.g. '2060') |