n = int(input()) s = input() idx = s.index('c') ans = 'UEC'+s[idx+1:] print(ans)