API Response (JSON)
{
"problem": {
"name": "Range Xor Query",
"description": {
"content": "We have an integer sequence $A$ of length $N$. You will process $Q$ queries on this sequence. In the $i$\\-th query, given values $T_i$, $X_i$, and $Y_i$, do the following: * If $T_i = 1$, replace",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc185_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have an integer sequence $A$ of length $N$. \nYou will process $Q$ queries on this sequence. In the $i$\\-th query, given values $T_i$, $X_i$, and $Y_i$, do the following:\n\n* If $T_i = 1$, replace...",
"is_translate": false,
"language": "English"
}
]
}