# coding: utf-8 # Your code here! line = input().split() #print(line) sum = int(line[0])+int(line[1]) summary= input() print(sum,summary)