a = [] # инициализация списка s = 0 for i in range(0,3): a = int(input()) s = s+a print(s)