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