''' Created on Feb 12, 2015 @author: user ''' #!/usr/bin/python if __name__ == '__main__': print(sum(map(int, input().split())))