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