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