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