Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 513 Bytes

File metadata and controls

19 lines (11 loc) · 513 Bytes

Description

2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.

Exercise

What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?

Solution

You can find the algorithm to solve this challenge inside challenge.cpp

Click here to see the result!

Result is: 232,792,560