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