API Response (JSON)
{
"problem": {
"name": "Reversible Cards 2",
"description": {
"content": "We have $N$ cards numbered $1$ to $N$. Card $i$ has an integer $A_i$ written on the front and an integer $B_i$ written on the back. Here, $\\sum_{i=1}^N (A_i + B_i) = M$. For each $k=0,1,2,...,M$, ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc269_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have $N$ cards numbered $1$ to $N$. \nCard $i$ has an integer $A_i$ written on the front and an integer $B_i$ written on the back. Here, $\\sum_{i=1}^N (A_i + B_i) = M$. \nFor each $k=0,1,2,...,M$, ...",
"is_translate": false,
"language": "English"
}
]
}