#include #include #include #include using namespace std; int main() { // your code goes here std::string str; std::cin>>str; std::sort(str.begin(),str.end()); int ans=0; int perm=1; for(int i=0;i