API Response (JSON)
{
"problem": {
"name": "Nim",
"description": {
"content": "You are given integers $N,A_1,A_2,A_3$. Find the number, modulo $998244353$, of triples of positive integers $(X_1,X_2,X_3)$ that satisfy all of the following three conditions. * $1\\leq X_i \\leq N$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc317_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $N,A_1,A_2,A_3$. Find the number, modulo $998244353$, of triples of positive integers $(X_1,X_2,X_3)$ that satisfy all of the following three conditions.\n\n* $1\\leq X_i \\leq N$...",
"is_translate": false,
"language": "English"
}
]
}