API Response (JSON)
{
"problem": {
"name": "A to Z String 2",
"description": {
"content": "Find the $X$\\-th character from the beginning of the string that is obtained by concatenating these characters: $N$ copies of `A`'s, $N$ copies of `B`'s, …, and $N$ copies of `Z`'s, in this order.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc257_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the $X$\\-th character from the beginning of the string that is obtained by concatenating these characters: $N$ copies of `A`'s, $N$ copies of `B`'s, …, and $N$ copies of `Z`'s, in this order.\n\n##...",
"is_translate": false,
"language": "English"
}
]
}