s = input().split() y = input() print(int(s[0])+int(s[1])) print(y)