API Response (JSON)
{
"problem": {
"name": "Shorten ABC",
"description": {
"content": "We have a string $S$ of length $N$ consisting of `A`, `B`, and `C`. You can do the following operation on $S$ zero or more times: * Choose $i$ $(1 \\leq i \\leq |S| - 1)$ such that $S_i \\neq S_{i + 1",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc110_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a string $S$ of length $N$ consisting of `A`, `B`, and `C`.\nYou can do the following operation on $S$ zero or more times:\n\n* Choose $i$ $(1 \\leq i \\leq |S| - 1)$ such that $S_i \\neq S_{i + 1...",
"is_translate": false,
"language": "English"
}
]
}