API Response (JSON)
{
"problem": {
"name": "Even Sum Triplet",
"description": {
"content": "You are given integer sequences of length $N$: $A=(A_1, A_2, \\dots, A_N)$ and $B=(B_1, B_2, \\dots, B_N)$. You may perform the following operation any number of times: * Choose an integer $i\\ (1 \\le",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc155_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integer sequences of length $N$: $A=(A_1, A_2, \\dots, A_N)$ and $B=(B_1, B_2, \\dots, B_N)$.\nYou may perform the following operation any number of times:\n\n* Choose an integer $i\\ (1 \\le...",
"is_translate": false,
"language": "English"
}
]
}