n = input() s = input().split("c") s[0] = "UEC" print("".join(s))