API Response (JSON)
{
"problem": {
"name": "Wide Flip",
"description": {
"content": "You are given a string $S$ consisting of `0` and `1`. Find the maximum integer $K$ not greater than $|S|$ such that we can turn all the characters of $S$ into `0` by repeating the following operation ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc088_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ consisting of `0` and `1`. Find the maximum integer $K$ not greater than $|S|$ such that we can turn all the characters of $S$ into `0` by repeating the following operation ...",
"is_translate": false,
"language": "English"
}
]
}