s = "".join(sorted(list(input()))) s2 = "".join(sorted(list("kyoprotenkei90"))) print("Yes") if s==s2 else print("No")