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