import sys input = sys.stdin.readline N=int(input()) S=input().strip() x=S.index("c") ANS="UEC"+S[x+1:] print(ANS)