开发者社区> 问答> 正文

求解,编译出错误了,怎么弄?? 400 报错

求解,编译出错误了,怎么弄?? 400 报错 #include<iostream>
#include<map>
#include<string>
#include<utility>
using namespace std;
int main()
{
map<string,int>test;
test.insert(make_pair("C++",2));

}

提示说map<string,int>test;这里错了.....

展开
收起
爱吃鱼的程序员 2020-06-01 10:24:12 442 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    我用GUN编译你上面的代码,没问题,能通过。
    ######少了个空格?。。。######你说的是test前面少的吗?我试了,没问题呀。

    2020-06-01 10:24:13
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载