API Response (JSON)
{
"problem": {
"name": "A to Z String",
"description": {
"content": "Snuke has decided to construct a string that starts with `A` and ends with `Z`, by taking out a substring of a string $s$ (that is, a consecutive part of $s$). Find the greatest length of the string 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": "abc053_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Snuke has decided to construct a string that starts with `A` and ends with `Z`, by taking out a substring of a string $s$ (that is, a consecutive part of $s$).\nFind the greatest length of the string S...",
"is_translate": false,
"language": "English"
}
]
}