#include using namespace std; int main(){ string S; cin>>S; for(int i=0;i<26;i++){ if(S[i]!='a'+i){ cout<<(char)('a'+i)<<"to"<