1 2 3 4 5 6
module Main(main) where import Numeric import Data.Ratio main = print ((fromRat (132874 % 23849))::Double)