sets

#include <string> #include <set> #include <iostream> using namespace std; int main() { char str[10002]; while (gets(str)) { set<char*>s; s.insert("aa"); s.insert(
相關文章
相關標籤/搜索