import Data.Int main = getContents >>= print . (\ls -> sum (init ls) - last ls ) . map (read :: String -> Int64) . tail . words