import scala.io.StdIn.readLine @main def yuki9001(): Unit = val a = readLine.split(" ").map(_.toInt).reduce(_+_) val s = readLine print(s"$a $s")