a, b = map(int, input().split(' ')) name = input() print(' '.join(str(a+b), name))