#include using namespace std; #define int long long signed main(){ string s; cin>>s; bool flg=0; for(int p=0;p<13;p++){ s.push_back('a'+p); int a[26]={}; for(int i=0;i<(int)s.size();i++) a[s[i]-'a']++; int x=0,y=0; for(int i=0;i<13;i++){ if(a[i]==1) x++; if(a[i]==2) y++; } if(x==12&&y==1) cout<