PROGRAMMING:Mathematical thought enumeration
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
###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