API Response (JSON)
{
"problem": {
"name": "Shrinking",
"description": {
"content": "Snuke can change a string $t$ of length $N$ into a string $t'$ of length $N - 1$ under the following rule: * For each $i$ ($1 ≤ i ≤ N - 1$), the $i$\\-th character of $t'$ must be either the $i$\\-th",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc016_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Snuke can change a string $t$ of length $N$ into a string $t'$ of length $N - 1$ under the following rule:\n\n* For each $i$ ($1 ≤ i ≤ N - 1$), the $i$\\-th character of $t'$ must be either the $i$\\-th...",
"is_translate": false,
"language": "English"
}
]
}