API Response (JSON)
{
"problem": {
"name": "Longest X",
"description": {
"content": "Given is a string $S$ consisting of `X` and `.`. You can do the following operation on $S$ between $0$ and $K$ times (inclusive). * Replace a `.` with an `X`. What is the maximum possible number o",
"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_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$ consisting of `X` and `.`.\nYou can do the following operation on $S$ between $0$ and $K$ times (inclusive).\n\n* Replace a `.` with an `X`.\n\nWhat is the maximum possible number o...",
"is_translate": false,
"language": "English"
}
]
}