API Response (JSON)
{
"problem": {
"name": "J. 金色传说",
"description": {
"content": "龙老师获得了一个不寻常的计算器,因为这个道具的品质是金色传说。它除了在按 $666$ 时可以发出声音以外,还可以输入一个算式并计算出它的结果。金色传说计算器的显示屏上只有 $n$ 个可以显示的位置,而且只有 $0 \\\\\\\\cdots 9$ 十个数字键和两个运算符键_+_、_-_共 $12$ 个按键可以按,连_=_都没有,所以必须输入一个 $n$ 位的合法算式,它才会自动计算出该算式的结果。 我们",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10217J"
},
"statements": [
{
"statement_type": "Markdown",
"content": "龙老师获得了一个不寻常的计算器,因为这个道具的品质是金色传说。它除了在按 $666$ 时可以发出声音以外,还可以输入一个算式并计算出它的结果。金色传说计算器的显示屏上只有 $n$ 个可以显示的位置,而且只有 $0 \\\\\\\\cdots 9$ 十个数字键和两个运算符键_+_、_-_共 $12$ 个按键可以按,连_=_都没有,所以必须输入一个 $n$ 位的合法算式,它才会自动计算出该算式的结果。\n\n我们...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the length of the expression string. \nLet $ \\Sigma = \\{0,1,\\dots,9,+,-\\} $ be the alphabet of 12 characters. \nLet $ \\mathcal{L}_n \\subseteq \\Sigma^n $...",
"is_translate": false,
"language": "Formal"
}
]
}