S = input() A, B = map(int, S.split()) print(A+B, S)