API Response (JSON)
{
"problem": {
"name": "B. The number on the board",
"description": {
"content": "Some natural number was written on the board. Its sum of digits was not less than _k_. But you were distracted a bit, and someone changed this number to _n_, replacing some digits with others. It's kn",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF835B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Some natural number was written on the board. Its sum of digits was not less than _k_. But you were distracted a bit, and someone changed this number to _n_, replacing some digits with others. It's kn...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "某自然数被写在了黑板上,其各位数字之和不小于 $k$。但你稍一分心,有人将这个数改成了 $n$,用其他数字替换了部分数位。已知数字的长度没有改变。\n\n你需要找出这两个数在最少多少个数位上可能不同。\n\n第一行包含整数 $k$($1 ≤ k ≤ 10^9$)。\n\n第二行包含整数 $n$($1 ≤ n < 10^{100000}$)。\n\n$n$ 中没有前导零。保证这种情况是可能的。\n\n请输出初始数与 $...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ k \\in \\mathbb{Z} $ with $ 1 \\leq k \\leq 10^9 $ be the minimum required digit sum. \nLet $ n $ be a string of decimal digits representing a positive integer with no leading zero...",
"is_translate": false,
"language": "Formal"
}
]
}