Fetch Luogu Problem
luogu_fetch_problemFetches problem statement, samples, tags, difficulty, and source URL from Luogu by problem ID.
Instructions
Fetch a Luogu problem statement, formats, samples, tags, difficulty, and source URL by pid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Luogu problem id, such as P1305. | |
| maxStatementChars | No | Trim long statements for model context control. |