#include using namespace std; int main() { string S;cin>>S; string K="abcdefghijklmnopqrstuvwxyz"; for(int X=0;X<26;X++){ if(S[X]!=K[X])cout<