a,b = input().split() str = input() print(int(a)+int(b), str)