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