Change n pounds to n pence in Project Euler problem 31 (#38144)
This commit is contained in:
@ -11,7 +11,7 @@ In England the currency is made up of pound, £, and pence, p, and there are eig
|
|||||||
1p, 2p, 5p, 10p, 20p, 50p, £1 (100p) and £2 (200p).
|
1p, 2p, 5p, 10p, 20p, 50p, £1 (100p) and £2 (200p).
|
||||||
It is possible to make £2 in the following way:
|
It is possible to make £2 in the following way:
|
||||||
1×£1 + 1×50p + 2×20p + 1×5p + 1×2p + 3×1p
|
1×£1 + 1×50p + 2×20p + 1×5p + 1×2p + 3×1p
|
||||||
How many different ways can £(n) be made using any number of coins?
|
How many different ways can n pence be made using any number of coins?
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
|
Reference in New Issue
Block a user