rename statics/euler and sync b93 code with main repo
This commit is contained in:
12
www/statics/euler/Euler_Problem-076_description.md
Normal file
12
www/statics/euler/Euler_Problem-076_description.md
Normal file
@@ -0,0 +1,12 @@
|
||||
It is possible to write five as a sum in exactly six different ways:
|
||||
|
||||
~~~
|
||||
4 + 1
|
||||
3 + 2
|
||||
3 + 1 + 1
|
||||
2 + 2 + 1
|
||||
2 + 1 + 1 + 1
|
||||
1 + 1 + 1 + 1 + 1
|
||||
~~~
|
||||
|
||||
How many different ways can one hundred be written as a sum of at least two positive integers?
|
||||
Reference in New Issue
Block a user