ans = "kyoprotenkei90" S = set(input()) for s in S: if s not in ans: print("No") break else: print("Yes")