let n = readLine()!.split(separator: " ").map{Int($0)!} print(n[0] + n[1])