API Response (JSON)
{
"problem": {
"name": "Ex - Typical Convolution Problem",
"description": {
"content": "You are given a sequence $(A_1, A_2, \\ldots , A_N)$. Let us define a sequence $(F_0, F_1, \\ldots , F_N)$ by the following formulae. * $F_0 = 1$ * $F_n = A_n\\displaystyle\\sum_{i+j<n}F_iF_j$ $(1 \\l",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc315_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence $(A_1, A_2, \\ldots , A_N)$. Let us define a sequence $(F_0, F_1, \\ldots , F_N)$ by the following formulae.\n\n* $F_0 = 1$\n* $F_n = A_n\\displaystyle\\sum_{i+j<n}F_iF_j$ $(1 \\l...",
"is_translate": false,
"language": "English"
}
]
}