A,B = map(int, input().split()) N = A + B S = str(input()) print(N,S)