API Response (JSON)
{
"problem": {
"name": "Add and Mex",
"description": {
"content": "You are given an integer sequence $A=(A_1,A_2,\\ldots,A_N)$ of length $N$. Perform the following operation $M$ times: * For each $i\\ (1\\leq i \\leq N)$, add $i$ to $A_i$. Then, find the minimum non-n",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc272_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence $A=(A_1,A_2,\\ldots,A_N)$ of length $N$.\nPerform the following operation $M$ times:\n\n* For each $i\\ (1\\leq i \\leq N)$, add $i$ to $A_i$. Then, find the minimum non-n...",
"is_translate": false,
"language": "English"
}
]
}