''' Created on Feb 12, 2015 @author: user ''' if __name__ == '__main__': s = input() ch = s.split(' ') print(int(ch[0]) + int(ch[1]))