API Response (JSON)
{
"problem": {
"name": "Remove Substrings",
"description": {
"content": "Given is a string $S$ of length $N$ consisting of lowercase English letters. You can do the following operation on $S$ any number of times. * Choose its (non-empty) contiguous substring such that 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": "agc054_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$ of length $N$ consisting of lowercase English letters.\nYou can do the following operation on $S$ any number of times.\n\n* Choose its (non-empty) contiguous substring such that t...",
"is_translate": false,
"language": "English"
}
]
}