STL set

#include <set> #include <iostream> #include <algorithm> #include <string.h> using namespace std; struct ltstr { bool operator()(const char* s1, const char* s2) const { return strcmp(s1, s2) < 0; } };
相關文章
相關標籤/搜索