#include #include #include using namespace std; int main(){ string str; bool flag[30]; for(int i=0;i<30;i++) flag[i]=false; cin >> str; for(int i=0;i