利用容器排序 #include <stdio.h> #include <set> #include <vector> #include <iostream> #include <string> #include<ctype.h> using namespace std; struct Myless { constexpr bool operator()(const char& _Left, const char& _Right) const { int a = _Left;...