5
6 The following $6$ quadruples $(a,b,c,d)$ satisfy the conditions: * $(0,0,2,3)$ * $(0,1,4,0)$ * $(0,2,0,3)$ * $(1,0,4,0)$ * $(1,1,0,3)$ * $(1,2,2,0)$
1000000000
1755648
{
"problem": {
"name": "Tuple of Integers",
"description": {
"content": "You are given an integer $N$. Find the number of non-negative integer quadruples $(a, b, c, d)$ that satisfy all of the following conditions, and output the result modulo $998244353$: * $a + b + ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "fps_24_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $N$. \nFind the number of non-negative integer quadruples $(a, b, c, d)$ that satisfy all of the following conditions, and output the result modulo $998244353$:\n\n* $a + b + ...",
"is_translate": false,
"language": "English"
}
]
}