AB=list(map(int,input().split())) S=input() print(sum(AB),S)