API Response (JSON)
{
"problem": {
"name": "Squares",
"description": {
"content": "Given are integers $N$, $A$, and $B$. We will place a white square whose side is of length $N$ on the coordinate plane so that the vertices are at $(0, 0)$, $(N, 0)$, $(0, N)$, and $(N, N)$. Then, we ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "hhkb2020_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are integers $N$, $A$, and $B$.\nWe will place a white square whose side is of length $N$ on the coordinate plane so that the vertices are at $(0, 0)$, $(N, 0)$, $(0, N)$, and $(N, N)$.\nThen, we ...",
"is_translate": false,
"language": "English"
}
]
}