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