Closed hataiit9x closed 4 years ago
选 c++ 语言
选 c++ 语言 Error code 31
#include<iostream>
using namespace std;
int main()
{
freopen ("CONGCB.in", "r", stdin);
freopen ("CONGCB.out", "w", stdout);
unsigned int a, b;
cin>>a>>b;
cout<<a+b;
return 0;
}
Please tell me I/O file
Please tell me fix /judger/run/b041633f3a8e46e19e9e12c5b7326e11/main.c:2:9: fatal error: iostream: No such file or directory
include
compilation terminated.