ls = [map(int, input().split())] print(sum(*ls))