A,B=(int(x) for x in input().split()) N = A + B S = input() print(str(N) + " " + S)