fun main(){println(""+readLine()!!.split(" ").map{it.toInt()}.reduce{a,b->a+b}+readLine())}