API Response (JSON)
{
"problem": {
"name": "G. Sum the Fibonacci",
"description": {
"content": "You are given an array _s_ of _n_ non-negative integers. A 5-tuple of integers (_a_, _b_, _c_, _d_, _e_) is said to be valid if it satisfies the following conditions: * 1 ≤ _a_, _b_, _c_, _d_, _e_",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF914G"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an array _s_ of _n_ non-negative integers.\n\nA 5-tuple of integers (_a_, _b_, _c_, _d_, _e_) is said to be valid if it satisfies the following conditions:\n\n* 1 ≤ _a_, _b_, _c_, _d_, _e_...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个包含 #cf_span[n] 个非负整数的数组 #cf_span[s]。\n\n一个整数五元组 #cf_span[(a, b, c, d, e)] 被称为有效的,当且仅当它满足以下条件:\n\n这里,'|' 表示按位或,'&' 表示按位与,'^' 表示按位异或运算。\n\n求所有有效五元组 #cf_span[(a, b, c, d, e)] 上 #cf_span[f(sa]|#cf_span[sb) ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ s = [s_0, s_1, \\dots, s_{n-1}] $ be an array of $ n $ non-negative integers, with $ 0 \\leq s_i < 2^{17} $.\n\nLet $ f(i) $ denote the $ i $-th Fibonacci number, defined by:\n$$\nf(0) = 0, \\quad f(1)...",
"is_translate": false,
"language": "Formal"
}
]
}