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