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