list = [] for i in input().split(): list.append(int(i)) print(sum(list))