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