number = list(map(int, (input().split())))
print(sum(number))