API Response (JSON)
{
"problem": {
"name": "Tires",
"description": {
"content": "You are given a string $S$ ending with `er` or `ist`. If $S$ ends with `er`, print `er`; if it ends with `ist`, print `ist`.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc224_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ ending with `er` or `ist`. \nIf $S$ ends with `er`, print `er`; if it ends with `ist`, print `ist`.\n\n## Constraints\n\n* $2 \\le |S| \\le 20$\n* $S$ consists of lowercase Eng...",
"is_translate": false,
"language": "English"
}
]
}