API Response (JSON)
{
"problem": {
"name": "D. Roman Digits",
"description": {
"content": "Let's introduce a number system which is based on a roman digits. There are digits _I_, _V_, _X_, _L_ which correspond to the numbers $1$, $5$, $10$ and $50$ respectively. The use of other roman digit",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF998D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let's introduce a number system which is based on a roman digits. There are digits _I_, _V_, _X_, _L_ which correspond to the numbers $1$, $5$, $10$ and $50$ respectively. The use of other roman digit...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "让我们引入一种基于罗马数字的数制。其中数字 _I_、_V_、_X_、_L_ 分别对应数值 $1$、$5$、$10$ 和 $50$。不允许使用其他罗马数字。\n\n在此系统中,数字由一个或多个数字组成的序列表示。我们定义该序列的值为其所有数字的数值之和。\n\n例如,序列 _XXXV_ 的值为 $35$,序列 _IXI_ 的值为 $12$。\n\n请注意,这与传统罗马数字系统不同——在本系统中,任何数字序列都是...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet the digit values be: \n- $ d_I = 1 $, \n- $ d_V = 5 $, \n- $ d_X = 10 $, \n- $ d_L = 50 $. \n\nLet $ n \\in \\mathbb{Z}^+ $ be the total number of digits used, with $ 1 \\leq n \\leq ...",
"is_translate": false,
"language": "Formal"
}
]
}