import sys input=lambda: sys.stdin.readline().rstrip() a,b=map(int,input().split()) S=input() print(a+b,S)