A,B = list(map(int,input().split(" "))) sum_AB = str(A + B) st = input() print(sum_AB + " " + st)