API Response (JSON)
{
"problem": {
"name": "Take ABC",
"description": {
"content": "You are given a string $S$ consisting of three different characters: `A`, `B`, and `C`. As long as $S$ contains the string `ABC` as a consecutive substring, repeat the following operation: > Remove t",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc328_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ consisting of three different characters: `A`, `B`, and `C`.\nAs long as $S$ contains the string `ABC` as a consecutive substring, repeat the following operation:\n\n> Remove t...",
"is_translate": false,
"language": "English"
}
]
}