first = input() sprit_first = first.split() A = int(sprit_first[0]) B = int(sprit_first[1]) S = input() print(A+B,S)