s = set(list("yukicoder")) - set(list(input())) for x in s: print(x)