API Response (JSON)
{
"problem": {
"name": "F. Fibonacci String Subsequences",
"description": {
"content": "You are given a binary string _s_ (each character of this string is either _0_ or _1_). Let's denote the cost of string _t_ as the number of occurences of _s_ in _t_. For example, if _s_ is _11_ and ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF946F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a binary string _s_ (each character of this string is either _0_ or _1_).\n\nLet's denote the cost of string _t_ as the number of occurences of _s_ in _t_. For example, if _s_ is _11_ and ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给你一个二进制字符串 #cf_span[s](该字符串的每个字符要么是 _0_,要么是 _1_)。\n\n我们定义字符串 #cf_span[t] 的代价为 #cf_span[s] 在 #cf_span[t] 中出现的次数。例如,如果 #cf_span[s] 是 _11_,而 #cf_span[t] 是 _111011_,那么 #cf_span[t] 的代价为 #cf_span[3]。\n\n我们定义斐波那...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\{0,1\\}^n $ be a binary string of length $ n $. \nLet $ F(x) $ denote the $ x $-th Fibonacci string, defined as: \n- $ F(0) = \"0\" $, \n- $ F(1) = \"1\" $, \n- $ F(x) = F(x-...",
"is_translate": false,
"language": "Formal"
}
]
}