API Response (JSON)
{
"problem": {
"name": "Flip Digits",
"description": {
"content": "Given are length-$N$ strings $S$ and $T$ consisting of `0` and `1`. You can do the following operation on $S$ any number of times: * Choose $i$ ($2 \\leq i \\leq N$) such that $S_i=$`1`, and replace ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc049_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are length-$N$ strings $S$ and $T$ consisting of `0` and `1`. You can do the following operation on $S$ any number of times:\n\n* Choose $i$ ($2 \\leq i \\leq N$) such that $S_i=$`1`, and replace ...",
"is_translate": false,
"language": "English"
}
]
}