S = ''.join(sorted(input())) T = ''.join(sorted('kyoprotenkei90')) print('Yes' if S==T else 'No')