API Response (JSON)
{
"problem": {
"name": "B. WA6",
"description": {
"content": "Becoming blue on Codeforces is something to be proud of, especially at the age of ten. The fifth grader Vasya has recently become blue on CF, and to celebrate it he decided to implement a new advance",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10263B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Becoming blue on Codeforces is something to be proud of, especially at the age of ten.\n\nThe fifth grader Vasya has recently become blue on CF, and to celebrate it he decided to implement a new advance...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Given integers $n$ and $M$ with $1 \\leq n < M \\leq 10^9 + 7$ and $M$ prime, compute:\n\n$$\nk \\equiv n^{M-2} \\pmod{M}, \\quad \\text{where } 1 \\leq k < M\n$$...",
"is_translate": false,
"language": "Formal"
}
]
}