API Response (JSON)
{
"problem": {
"name": "Divide Grid",
"description": {
"content": "There is an $N \\times N$ grid. The cell at the $i$\\-th row from the top and $j$\\-th column from the left is called $(i,j)$. For each way of writing $0$ or $1$ in each cell, define $f(X)$ as follows: ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc075_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is an $N \\times N$ grid. The cell at the $i$\\-th row from the top and $j$\\-th column from the left is called $(i,j)$.\nFor each way of writing $0$ or $1$ in each cell, define $f(X)$ as follows:\n\n...",
"is_translate": false,
"language": "English"
}
]
}