API Response (JSON)
{
"problem": {
"name": "Ex - Odd Sum",
"description": {
"content": "You are given a sequence $A=(A_1,A_2,\\dots,A_N)$ of length $N$. Find the number, modulo $998244353$, of ways to choose an odd number of elements from $A$ so that the sum of the chosen elements equals ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc267_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence $A=(A_1,A_2,\\dots,A_N)$ of length $N$.\nFind the number, modulo $998244353$, of ways to choose an odd number of elements from $A$ so that the sum of the chosen elements equals ...",
"is_translate": false,
"language": "English"
}
]
}