用尖括号而不是圆括号
C/C++ code ? 12345678910111213 #include <iostream> #include <map> #include <string> //using namespace std; 不想每个加std 接触注释 int main() { std::map<std::string ,int>word; word["wangjian"……
#include <iostream> #include <map> #include <string> //using namespace std; 不想每个加std 接触注释 int main() { std::map<std::string ,int>word; word["wangjian"] =1; std::cout<<word["wangjian"]<<std::endl; system("pause"); return 0; };
33,321
社区成员
41,774
社区内容
加载中
试试用AI创作助手写篇文章吧