main = do ab <- getLine l <- getLine let [a,b] = map read $ words ab putStrLn (unwords [show (a+b), l])