API Response (JSON)
{
"problem": {
"name": "Polynomial Divisors",
"description": {
"content": "You are given a polynomial of degree $N$ with integer coefficients: $f(x)=a_Nx^N+a_{N-1}x^{N-1}+...+a_0$. Find all prime numbers $p$ that divide $f(x)$ for every integer $x$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "tenka1_2019_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a polynomial of degree $N$ with integer coefficients: $f(x)=a_Nx^N+a_{N-1}x^{N-1}+...+a_0$. Find all prime numbers $p$ that divide $f(x)$ for every integer $x$.\n\n## Constraints\n\n* $0 \\...",
"is_translate": false,
"language": "English"
}
]
}