API Response (JSON)
{
"problem": {
"name": "D. Varying Kibibits",
"description": {
"content": "You are given _n_ integers _a_1, _a_2, ..., _a__n_. Denote this list of integers as _T_. Let _f_(_L_) be a function that takes in a non-empty list of integers _L_. The function will output another i",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF772D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given _n_ integers _a_1, _a_2, ..., _a__n_. Denote this list of integers as _T_.\n\nLet _f_(_L_) be a function that takes in a non-empty list of integers _L_.\n\nThe function will output another i...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你被给定 #cf_span[n] 个整数 #cf_span[a1, a2, ..., an]。记这个整数列表为 #cf_span[T]。\n\n定义函数 #cf_span[f(L)],它接受一个非空整数列表 #cf_span[L]。\n\n该函数将输出另一个整数,如下所示:\n\n例如 #cf_span[f(10, 9) = 0],#cf_span[f(123, 321) = 121],#cf_span[f(...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $, $ T = (a_1, a_2, \\dots, a_n) $ with $ a_i \\in \\{0, 1, \\dots, 999999\\} $. \nLet $ f(L) $ be a function on non-empty subsequences $ L \\subseteq T $, defined...",
"is_translate": false,
"language": "Formal"
}
]
}