A, B = [int(arg) for arg in input().split(" ")] S = input() print(f"{A+B} {S}")