T = "kyoprotenkei90" T = sorted(list(T)) C = str(input()) C = sorted(list(C)) if T==C: print("Yes") else: print("No")