A,B = map(int,input().split()) C = input() print(f'{A+B} {C}')