n = int(input()) s = input() for index, c in enumerate(s): if c == "c": i = index print('UEC' + s[i:])