鱼C论坛

 找回密码
 立即注册
查看: 2519|回复: 0

launch.json出错(vs code)

[复制链接]
发表于 2022-11-20 19:59:38 | 显示全部楼层 |阅读模式
3鱼币
今天运行文件,上午还好好的,下午就让VS CODE新打开了个文件夹,这家伙就出错了@陈尚涵
黑灰.png
cpp代码:
#include<bits/stdc++.h>
using namespace std;
int main()
{
    map<int,int> a;
    a[3]=2;
    a[10000000000]=4;
    a[-100]=5;
    cout<<a.count(3)<<" "<<a.count(4)<<endl;
    a.clear();
    cout<<a.size()<<endl;
    return 0;
}
lunch.json代码:
{
    "version": "0.2.0",
    "configurations": [
     
      {
        "name": "C/C++ Runner: Debug Session",
        "type": "cppdbg",
        "request": "launch",
        "args": [],
        "stopAtEntry": false,
        "externalConsole": true,
        "cwd": "c:/Users/w/Desktop/code/Map(1)",
        "program": "C:/MinGW/bin",
        "MIMode": "gdb",
        "miDebuggerPath": "gdb",
        "setupCommands": [
          {
            "description": "Enable pretty-printing for gdb",
            "text": "-enable-pretty-printing",
            "ignoreFailures": true
          }
        ]
      }
    ]
  }

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-17 09:57

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表