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