#include <iostream> #include <map> using namespace std; int main() { map<string, int> m; cout << m.empty() << endl; // 1 m["x"] = 40; cout << m.empty() << endl; // 0 }
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT