API Response (JSON)
{
"problem": {
"name": "Adjacent XOR",
"description": {
"content": "You are given two sequences, each of length $N$, consisting of non-negative integers: $A=(A_1,A_2,\\ldots,A_{N})$ and $B=(B_1,B_2,\\ldots,B_{N})$. Determine whether it is possible to make $A$ equal to $",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc145_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two sequences, each of length $N$, consisting of non-negative integers: $A=(A_1,A_2,\\ldots,A_{N})$ and $B=(B_1,B_2,\\ldots,B_{N})$.\nDetermine whether it is possible to make $A$ equal to $...",
"is_translate": false,
"language": "English"
}
]
}