API Response (JSON)
{
"problem": {
"name": "Squares",
"description": {
"content": "You are given an integer $N$. Find the number of pairs of integers $(x, y)$ that satisfy the following conditions, modulo $998244353$. * $1 \\leq x,y \\leq N$. * $x^2-y$ is a square number. (A",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc125_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $N$. Find the number of pairs of integers $(x, y)$ that satisfy the following conditions, modulo $998244353$.\n\n* $1 \\leq x,y \\leq N$.\n \n* $x^2-y$ is a square number. (A...",
"is_translate": false,
"language": "English"
}
]
}