main :: IO () main = interact $ show . flip mod 1000000007 . product . map (read :: String -> Integer) . words