API Response (JSON)
{
"problem": {
"name": "E. Short Code",
"description": {
"content": "Arkady's code contains $n$ variables. Each variable has a unique name consisting of lowercase English letters only. One day Arkady decided to shorten his code. He wants to replace each variable name ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF965E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Arkady's code contains $n$ variables. Each variable has a unique name consisting of lowercase English letters only. One day Arkady decided to shorten his code.\n\nHe wants to replace each variable name ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Arkady 的代码包含 $n$ 个变量。每个变量都有一个仅由小写英文字母组成的唯一名称。一天,Arkady 决定缩短他的代码。\n\n他希望将每个变量名替换为其一个非空前缀,使得这些新名称仍然互不相同(但某个变量的新名称可以与另一个或相同变量的旧名称相同)。在所有这样的可能性中,他希望找到一种使新名称总长度最小的方案。\n\n字符串 $a$ 是字符串 $b$ 的前缀,当且仅当你可以从 $b$ 的末尾删除...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of variables. \nLet $ V = \\{v_1, v_2, \\dots, v_n\\} $ be a set of distinct non-empty strings over the alphabet $ \\Sigma = \\{a, b, \\dots, z\\} $...",
"is_translate": false,
"language": "Formal"
}
]
}