n=int(input()) s=input() for i in range(len(s)): if s[i]=="c": print("UEC"+s[i+1:])