#include #include using namespace std; int main () { string s; cin >> s; vector alph(26, 0); int ans = 1; for(int i=0;i