API Response (JSON)
{
"problem": {
"name": "Counting Grids",
"description": {
"content": "Find the number of ways, modulo $998244353$, to fill the squares of an $N \\times N$ grid using each integer from $1$ to $N^2$ once so that every square satisfies at least one of the following conditio",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc143_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the number of ways, modulo $998244353$, to fill the squares of an $N \\times N$ grid using each integer from $1$ to $N^2$ once so that every square satisfies at least one of the following conditio...",
"is_translate": false,
"language": "English"
}
]
}