Poblem 123
コンテンツ
http://projecteuler.net/index.php?section=problems&id=123
そのまま。
import Number import Data.List import Control.Monad main =print.liftM (+1).findIndex (>10^10). zipWith remainder primes$ [1..] where remainder p n | odd n = 2*n*p `mod` (p*p) | even n = 2
作成者 Toru Mano
最終更新時刻 2023-01-01 (c70d5a1)