API Response (JSON)
{
"problem": {
"name": "Hitachi String",
"description": {
"content": "A Hitachi string is a concatenation of one or more copies of the string `hi`. For example, `hi` and `hihi` are Hitachi strings, while `ha` and `hii` are not. Given a string $S$, determine whether $S$ ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "hitachi2020_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A Hitachi string is a concatenation of one or more copies of the string `hi`.\nFor example, `hi` and `hihi` are Hitachi strings, while `ha` and `hii` are not.\nGiven a string $S$, determine whether $S$ ...",
"is_translate": false,
"language": "English"
}
]
}