Problem 5
コンテンツ
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
What is the smallest number that is evenly divisible by all of the numbers from 1 to 20?
標準ライブラリのlcmを使って一瞬
p005 = foldl1 lcm [1..20]
作成者 Toru Mano
最終更新時刻 2023-01-01 (c70d5a1)