import sys input=lambda: sys.stdin.readline().rstrip() print(sum([int(i) for i in input().split()]))