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