#include <iostream> #include <set> using namespace std; void tongji() { string str; getline(cin, str); set<int> oset(str.begin(), str.end()); // 使用...