a = list(map(int,input().split())) S = input() print(a[0]+a[1],S)