API Response (JSON)
{
"problem": {
"name": "C. Sasha and Array",
"description": {
"content": "Sasha has an array of integers _a_1, _a_2, ..., _a__n_. You have to perform _m_ queries. There might be queries of two types: 1. _1 l r x_ — increase all integers on the segment from _l_ to _r_ by v",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF718C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Sasha has an array of integers _a_1, _a_2, ..., _a__n_. You have to perform _m_ queries. There might be queries of two types:\n\n1. _1 l r x_ — increase all integers on the segment from _l_ to _r_ by v...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Sasha 有一个整数数组 #cf_span[a1, a2, ..., an]。你需要处理 #cf_span[m] 个查询。查询有两种类型:\n\n在本题中,斐波那契数定义如下:#cf_span[f(1) = 1],#cf_span[f(2) = 1],对于所有 #cf_span[x > 2],有 #cf_span[f(x) = f(x - 1) + f(x - 2)]。\n\nSasha 是一个非常有天...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ denote the length of the array and number of queries, respectively. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be the initial array of integers. \nDefine the ...",
"is_translate": false,
"language": "Formal"
}
]
}