运行 ❯
获取
自己的
网站
×
更改方向
更改主题,深色/浅色
前往空间
#include <iostream> #include <map> using namespace std; int main() { map<string, int> people; cout << people.empty(); return 0; }
1