1 2 3 4
10
nums = list(map(int, input().split())) new = int(input()) nums.append(new) print(sum(nums))