#include using namespace std; int main(){ string S;cin>>S; for(int i=0;i<26;i++)if(S.at(i)!=char(97+i))cout<