API Response (JSON)
{
"problem": {
"name": "Neq Min",
"description": {
"content": "Given is a number sequence of length $N$: $p_1, ..., p_N$. For each $i=1, 2, ..., N$, find the minimum non-negative integer that is not equal to any of the numbers $p_1, ..., p_i$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "hhkb2020_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a number sequence of length $N$: $p_1, ..., p_N$.\nFor each $i=1, 2, ..., N$, find the minimum non-negative integer that is not equal to any of the numbers $p_1, ..., p_i$.\n\n## Constraints\n\n* ...",
"is_translate": false,
"language": "English"
}
]
}