N= int(input()) S = str(input()) for i in range(N): if S[i] == "c": p = i break print("UEC" + S[p+1: ])