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