问题 A:邮票问题

文件提交:无需freopen 内存限制:128 MB 时间限制:1.000 S
评测方式:普通裁判 命题人:
提交:2 解决:2

题目描述

有四种面值的邮票,分别是 lns="http://www.w3.org/1998/Math/MathML">20 元,lns="http://www.w3.org/1998/Math/MathML">10 元,lns="http://www.w3.org/1998/Math/MathML">5 元,lns="http://www.w3.org/1998/Math/MathML">1 元,如果要在包裹上贴价格恰好为 lns="http://www.w3.org/1998/Math/MathML"> 元的邮票,最少需要多少张邮票?

输入

单个整数表示 n。(1<=n<=1000000)

输出

单个整数表示邮票的最少张数。

样例输入-1 复制

16

样例输出-1 复制

3