s = input() t = "kyoprotenkei90" s = sorted(s) t = sorted(t) if s == t: print("Yes") else: print("No")