#include using namespace std;main(){string S;cin>>S;vectorcnt(200);for(char c:S)cnt[c]++;cout<