#input s = input() s1 = input() ss = s.split() a = int(ss[0]) b = int(ss[1]) sum = a + b print(str(sum)+ " "+ s1)