get_problem
Fetch the full problem statement, rating, and topics for a Codeforces problem using its contest ID and index.
Instructions
Fetch the full problem statement, rating, and topics for a specific Codeforces problem. Provide the contest ID and the problem index (e.g., contest_id=4, index='A').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| contest_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |