key = list('yukicoder') S = list(input().strip()) print(list(set(key) - set(S))[0])