API Response (JSON)
{
"problem": {
"name": "D. Huge Strings",
"description": {
"content": "You are given _n_ strings _s_1, _s_2, ..., _s__n_ consisting of characters 0 and 1. _m_ operations are performed, on each of them you concatenate two existing strings into a new one. On the _i_\\-th op",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF868D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given _n_ strings _s_1, _s_2, ..., _s__n_ consisting of characters 0 and 1. _m_ operations are performed, on each of them you concatenate two existing strings into a new one. On the _i_\\-th op...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你被给定 #cf_span[n] 个由字符 #cf_span[0] 和 #cf_span[1] 组成的字符串 #cf_span[s1, s2, ..., sn]。执行 #cf_span[m] 次操作,每次操作将两个已有的字符串拼接成一个新的字符串。在第 #cf_span[i] 次操作中,拼接 #cf_span[saisbi] 得到的新字符串被保存为 #cf_span[sn + i](操作编号从 #...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the initial number of binary strings. \nLet $ S = (s_1, s_2, \\dots, s_n) $ be the initial sequence of strings, where each $ s_i \\in \\{0,1\\}^* $. \nLet $...",
"is_translate": false,
"language": "Formal"
}
]
}