inp = input() a,b = inp.split(" ") inp = input() print(int(a)+int(b),inp)