def main(): s = input() if sorted(s) == sorted("kyoprotenkei90"): print("Yes") else: print("No") if __name__ == "__main__": main()