val s = new java.util.Scanner(System.in) val sum = s.nextInt() + s.nextInt() println(sum)