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