//For a,b,c we have sort abc acb bac bca cab cba(6 kinds) This Program is to sort all of the kinds #include using namespace std; int main() { return 0; }