# -*- coding: utf-8 -*- a,b = map(int,input().split()) s = input() n = a + b str = str(n) + " " + s print(str)