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