API Response (JSON)
{
"problem": {
"name": "Weak Beats",
"description": {
"content": "You are given a string $S$ of length $16$ consisting of `0` and `1`. If the $i$\\-th character of $S$ is `0` for every even number $i$ from $2$ through $16$, print `Yes`; otherwise, print `No`.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc323_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $16$ consisting of `0` and `1`.\nIf the $i$\\-th character of $S$ is `0` for every even number $i$ from $2$ through $16$, print `Yes`; otherwise, print `No`.\n\n## Con...",
"is_translate": false,
"language": "English"
}
]
}