#include using namespace std; typedef unsigned long long ull; typedef long long ll; int main(){ string s; cin >> s; vector cnt(26, 0); for(int i=0; i