API Response (JSON)
{
"problem": {
"name": "Longest Y",
"description": {
"content": "Given is a string $S$ consisting of `Y` and `.`. You can do the following operation on $S$ between $0$ and $K$ times (inclusive). * Swap two adjacent characters in $S$. What is the maximum possibl",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc229_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$ consisting of `Y` and `.`.\nYou can do the following operation on $S$ between $0$ and $K$ times (inclusive).\n\n* Swap two adjacent characters in $S$.\n\nWhat is the maximum possibl...",
"is_translate": false,
"language": "English"
}
]
}