N = int(input()) S = input() i = S.index('c') print('UEC' + S[i+1:])