# -*-coding: utf-8 -*- a = int(raw_input('')) b = int(raw_input('')) c = raw_input() num = a+b print num print c