1
0
www.mikescher.com/www/statics/euler/Euler_Problem-008_description.md

8 lines
250 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 = 5832.
```
...
```
Find the thirteen adjacent digits in the 1000-digit number that have the greatest product. What is the value of this product?