a, b = map(int, input().split()) s = input() print(a+b) print(s)