n = int(input()) S = input() idx = S.index("c") print("UEC" + S[idx+1:])