API Response (JSON)
{
"problem": {
"name": "A. Lucky Year",
"description": {
"content": "Apart from having lots of holidays throughout the year, residents of Berland also have whole _lucky_ years. Year is considered _lucky_ if it has no more than _1_ non-zero digit in its number. So years",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF808A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Apart from having lots of holidays throughout the year, residents of Berland also have whole _lucky_ years. Year is considered _lucky_ if it has no more than _1_ non-zero digit in its number. So years...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "除了全年有许多假期外,Berland 的居民还拥有整年的 _幸运年_。如果一个年份的数字中至多包含 _1_ 个非零数字,则该年份被视为 _幸运年_。因此,年份 100、40000、5 是 _幸运年_,而 12、3001 和 12345 则不是。\n\n给你 Berland 的当前年份。你的任务是找出居民们需要等待多少年才能迎来下一个 _幸运年_。\n\n第一行包含整数 #cf_span[n] (#cf_s...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ 1 \\leq n \\leq 10^9 $, denote the current year. \nA year $ y \\in \\mathbb{Z}^+ $ is *lucky* if its decimal representation contains at most one non-zero digi...",
"is_translate": false,
"language": "Formal"
}
]
}