API Response (JSON)
{
"problem": {
"name": "Perfect Strings",
"description": {
"content": "There are positive integers $N$ and $M$. A binary string $s$ is called **good** if all of the followings are satisfied: * $s$ is non-empty. * The number of `1`s in $s$ is a multiple of $N$. * T",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 10000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc061_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are positive integers $N$ and $M$.\nA binary string $s$ is called **good** if all of the followings are satisfied:\n\n* $s$ is non-empty.\n* The number of `1`s in $s$ is a multiple of $N$.\n* T...",
"is_translate": false,
"language": "English"
}
]
}