cmd上编译的大问题
  • 板块学术版
  • 楼主masterhuang
  • 当前回复3
  • 已保存回复3
  • 发布时间2023/5/30 19:24
  • 上次更新2023/10/23 14:17:58
查看原帖
cmd上编译的大问题
365021
masterhuang楼主2023/5/30 19:24

其中a.cpp:

#include<bits/stdc++.h>
#define LL long long
#define fr(x) freopen(#x".in","r",stdin);freopen(#x".out","w",stdout);
using namespace std;
int main()
{
	int a,b;
	cin>>a>>b;cout<<a+b;
	return 0;
}

而且有编译出 a.exe 文件

这怎么解决呢

2023/5/30 19:24
加载中...