API Response (JSON)
{
"problem": {
"name": "01 Unbalanced",
"description": {
"content": "Given is a string $S$, where each character is `0`, `1`, or `?`. Consider making a string $S'$ by replacing each occurrence of `?` with `0` or `1` (we can choose the character for each `?` independent",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc045_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$, where each character is `0`, `1`, or `?`.\nConsider making a string $S'$ by replacing each occurrence of `?` with `0` or `1` (we can choose the character for each `?` independent...",
"is_translate": false,
"language": "English"
}
]
}