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