s = list(input()) s = sorted(s) ans = sorted(list("kyoprotenkei90")) if s == ans: print("Yes") else: print("No")