target=list("kyoprotenkei90") target.sort() s=list(input()) s.sort() if s==target: print("Yes") else: print("No")