import java.util.Scanner fun main(args: Array) { val sc = Scanner(System.`in`) val a = sc.nextInt() val b = sc.nextInt() println(a+b) }