-->
当前位置:首页 > 题库

PROGRAMMING:Mathematical thought enumeration

Luz5年前 (2021-05-10)题库445
There are four currencies with different denominations: 10 yuan, 5 yuan, 2 yuan and 1 yuan. Now I'll give you a sum of money. Can you find out the composition of it?
###Input format:
A number n (0 < n < = 2 ^ 32)
###Output format:
A value represents how many methods there are.
###Input example:
```in
ten
```
###Output example:
```out
eleven
```







answer:If there is no answer, please comment