2
15
Sets such as $\lbrace 0,2,3 \rbrace$, $\lbrace 1 \rbrace$, and $\lbrace \rbrace$ satisfy the condition.
On the other hand, $\lbrace 0,1,2,3 \rbrace$ does not.
This is because the subset $\lbrace 0,1,2,3 \rbrace$ of $\lbrace 0,1,2,3 \rbrace$ has an even number of elements, whose bitwise $\mathrm{XOR}$ is $0$.146
743874490
{
"problem": {
"name": "Even XOR",
"description": {
"content": "How many sets $S$ consisting of non-negative integers between $0$ and $2^N-1$ (inclusive) satisfy the following condition? Print the count modulo $998244353$. * Every non-empty subset $T$ of $S$ sa",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc146_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "How many sets $S$ consisting of non-negative integers between $0$ and $2^N-1$ (inclusive) satisfy the following condition? Print the count modulo $998244353$.\n\n* Every non-empty subset $T$ of $S$ sa...",
"is_translate": false,
"language": "English"
}
]
}