N=int(input()) S=input() for i in range(N): if S[i]=='c': print('UEC'+S[i+1:]) exit()