API Response (JSON)
{
"problem": {
"name": "Swap",
"description": {
"content": "Given is a string $S$ consisting of `K`, `E`, `Y`. How many strings are there that can be obtained with at most $K$ swaps of two adjacent characters in $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": "abc227_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$ consisting of `K`, `E`, `Y`.\nHow many strings are there that can be obtained with at most $K$ swaps of two adjacent characters in $S$?\n\n## Constraints\n\n* $2 \\leq |S| \\leq 30$\n*...",
"is_translate": false,
"language": "English"
}
]
}