a,b = map(int,input().split()) s = str(input()) print(a+b,s)