S = input() A = "kyoprotenkei90" if sorted(list(A)) == sorted(list(S)): print('Yes') else: print('No')