from collections import Counter S = input() T = 'kyoprotenkei90' print('Yes' if Counter(list(S)) == Counter(list(T)) else 'No')