API Response (JSON)
{
"problem": {
"name": "C. Really Big Numbers",
"description": {
"content": "Ivan likes to learn different things about numbers, but he is especially interested in _really big_ numbers. Ivan thinks that a positive integer number _x_ is _really big_ if the difference between _x",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF817C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Ivan likes to learn different things about numbers, but he is especially interested in _really big_ numbers. Ivan thinks that a positive integer number _x_ is _really big_ if the difference between _x...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Ivan 喜欢学习关于数字的各种知识,但他尤其对 _真正大_ 的数字感兴趣。Ivan 认为一个正整数 #cf_span[x] 是 _真正大_ 的,当且仅当 #cf_span[x] 与其各位数字之和(十进制表示)的差不小于 #cf_span[s]。为了证明这类数字可能具有不同的特殊性质,他需要知道这类数字有多稀有(或不稀有)——实际上,他需要计算不超过 #cf_span[n] 的 _真正大_ 数字的...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, s \\in \\mathbb{Z}^+ $ with $ 1 \\leq n, s \\leq 10^{18} $. \nFor a positive integer $ x $, let $ d(x) $ denote the sum of its decimal digits. \n\n**Constraint** \nA positive int...",
"is_translate": false,
"language": "Formal"
}
]
}