API Response (JSON)
{
"problem": {
"name": "Polynomial Construction",
"description": {
"content": "Given are a prime number $p$ and a sequence of $p$ integers $a_0, \\ldots, a_{p-1}$ consisting of zeros and ones. Find a polynomial of degree at most $p-1$, $f(x) = b_{p-1} x^{p-1} + b_{p-2} x^{p-2} + ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc137_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are a prime number $p$ and a sequence of $p$ integers $a_0, \\ldots, a_{p-1}$ consisting of zeros and ones.\nFind a polynomial of degree at most $p-1$, $f(x) = b_{p-1} x^{p-1} + b_{p-2} x^{p-2} + ...",
"is_translate": false,
"language": "English"
}
]
}