import Data.Fixed main = interact $ show . floor . product . map (read :: String -> Pico) . words