API Response (JSON)
{
"problem": {
"name": "2026",
"description": {
"content": "A positive integer $n$ is called a **good integer** when it satisfies the following condition: * There exists exactly one pair of integers $(x,y)$ that satisfies $0 \\lt x \\lt y$ and $x^2+y^2=n$. F",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc439_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A positive integer $n$ is called a **good integer** when it satisfies the following condition:\n\n* There exists exactly one pair of integers $(x,y)$ that satisfies $0 \\lt x \\lt y$ and $x^2+y^2=n$.\n\nF...",
"is_translate": false,
"language": "English"
}
]
}