API Response (JSON)
{
"problem": {
"name": "Limited Insertion",
"description": {
"content": "Snuke has an empty sequence $a$. He will perform $N$ operations on this sequence. In the $i$\\-th operation, he chooses an integer $j$ satisfying $1 \\leq j \\leq i$, and insert $j$ at position $j$ in $a",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc032_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Snuke has an empty sequence $a$.\nHe will perform $N$ operations on this sequence.\nIn the $i$\\-th operation, he chooses an integer $j$ satisfying $1 \\leq j \\leq i$, and insert $j$ at position $j$ in $a...",
"is_translate": false,
"language": "English"
}
]
}