object Main extends App { val a = scala.io.StdIn.readLine.split(" ").map(_.toLong).sum println(a) }