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