s = input().split()
b = [int(i) for i in s]
print(sum(b))