API Response (JSON)
{
"problem": {
"name": "Generalized ABC",
"description": {
"content": "You are given an integer $K$. Print a string that is a concatenation of the first $K$ uppercase English letters in ascending order, starting from `A`.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc282_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $K$.\nPrint a string that is a concatenation of the first $K$ uppercase English letters in ascending order, starting from `A`.\n\n## Constraints\n\n* $K$ is an integer between $1...",
"is_translate": false,
"language": "English"
}
]
}