#include #include #include #include using namespace std; char buffer[1024]; int bucket[26]; bool cmp(const int& a,const int& b) { return a>b; } int main() { gets(buffer); int L=strlen(buffer); for(int i=0;i