module Main where import qualified B import qualified C main = putStrLn $ show $ B.x + C.x