age_list = list(map(int, input().split()))

print(sum(age_list))