N = int(input()) S = input() ind = S.index("c") print("UEC"+S[ind+1:])