http://www.colorless-sight.jp/wiki/?ProjectEular%2FProblem25
-- Problem 25 module Main (main) where import qualified Common as C (fibs) main :: IO () main = print $ problem25 problem25 :: (Integral a) => a problem25 = fst $ head $ filter (\x -> snd x >= 10^999) $ zip [2..] C.fibs |
最新の20件2023-08-12
2022-12-28
2017-08-15
2014-01-31
2014-01-29
2013-06-04
2012-11-23
2010-08-01
2010-07-24
Tweet
|