API Response (JSON)
{
"problem": {
"name": "B. Restoration of string",
"description": {
"content": "A substring of some string is called the most frequent, if the number of its occurrences is not less than number of occurrences of any other substring. You are given a set of strings. A string (not n",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF889B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A substring of some string is called the most frequent, if the number of its occurrences is not less than number of occurrences of any other substring.\n\nYou are given a set of strings. A string (not n...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "字符串的某个子串被称为最频繁子串,当且仅当它的出现次数不小于任何其他子串的出现次数。\n\n给定一个字符串集合。一个字符串(不一定来自该集合)被称为“好”的,如果该集合中的所有元素都是这个字符串的最频繁子串。请恢复一个非空的、长度最小的“好”字符串。如果有多个这样的字符串,恢复字典序最小的那个。如果没有“好”字符串,请输出 \"_NO_\"(不含引号)。\n\n字符串的子串是指该字符串中连续的字母序列。例如,...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ S = \\{s_1, s_2, \\dots, s_n\\} $ be a set of $ n $ distinct non-empty strings over the alphabet $ \\Sigma = \\{a, b, \\dots, z\\} $, with total length $ \\sum_{i=1}^n |s_i| \\leq 10^5 $.\n\nDefine:\n- For ...",
"is_translate": false,
"language": "Formal"
}
]
}