def readint(): return map(int, input().split()) n = int(input()) s = list(input()) for i in range(n): if s[i] == "c": print("UEC", "".join(s[i + 1 :]), sep="")