API Response (JSON)
{
"problem": {
"name": "aab aba baa",
"description": {
"content": "Among the strings of length $A + B$ containing $A$ occurrences of `a` and $B$ occurrences of `b`, find the string that comes $K$\\-th in the lexicographical 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": "abc202_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Among the strings of length $A + B$ containing $A$ occurrences of `a` and $B$ occurrences of `b`, find the string that comes $K$\\-th in the lexicographical order.\n\n## Constraints\n\n* $1 \\leq A, B \\le...",
"is_translate": false,
"language": "English"
}
]
}