Project Euler 8: Largest product in a series
Problem 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? Official Problem Solution Approach In this problem of the Largest […]