a = map(int, input().split()) s = input() print(sum(a), '', s)