其中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 文件
这怎么解决呢