M =list('kyoprotenkei90') S = input() S = list(S) for i in S: if i in M: M.remove(i) if M == []: print("Yes") else: print("No")