API Response (JSON)
{
"problem": {
"name": "Folia",
"description": {
"content": "Given is an integer sequence of length $N+1$: $A_0, A_1, A_2, \\ldots, A_N$. Is there a binary tree of depth $N$ such that, for each $d = 0, 1, \\ldots, N$, there are exactly $A_d$ leaves at depth $d$? ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "nomura2020_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is an integer sequence of length $N+1$: $A_0, A_1, A_2, \\ldots, A_N$. Is there a binary tree of depth $N$ such that, for each $d = 0, 1, \\ldots, N$, there are exactly $A_d$ leaves at depth $d$? ...",
"is_translate": false,
"language": "English"
}
]
}