#include <iostream> #include <set> using namespace std; int main() { set<string> s; cout << s.empty() << endl; // 1 s.insert("apple"); cout << s.empty() << endl; // 0 }
1 0
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT