#include using namespace std; int main(){ string S,T; cin>>S; T="kyoprotenkei90"; ranges::sort(S); ranges::sort(T); puts(S==T?"Yes":"No"); }