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