API Response (JSON)
{
"problem": {
"name": "A. Hit the Lottery",
"description": {
"content": "Allen has a LOT of money. He has $n$ dollars in the bank. For security reasons, he wants to withdraw it in cash (we will not disclose the reasons here). The denominations for dollar bills are $1$, $5$",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF996A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Allen has a LOT of money. He has $n$ dollars in the bank. For security reasons, he wants to withdraw it in cash (we will not disclose the reasons here). The denominations for dollar bills are $1$, $5$...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Allen 有大量金钱。他在银行中有 $n$ 美元。出于安全原因,他希望以现金形式取出(此处不披露具体原因)。美元纸币的面额为 $1$、$5$、$10$、$20$、$100$。Allen 在取出全部余额后,最少能收到多少张纸币?\n\n输入仅有一行,包含一个整数 $n$($1 lt.eq n lt.eq 10^9$)。\n\n请输出 Allen 能收到的最少纸币数量。\n\n在第一个测试用例中,Allen 可...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the amount of money to withdraw, with $ 1 \\leq n \\leq 10^9 $. \nLet $ D = \\{100, 20, 10, 5, 1\\} $ be the set of available bill denominations, sorted in de...",
"is_translate": false,
"language": "Formal"
}
]
}