QingdaoU / OnlineJudgeDeploy

537 stars 371 forks source link

fatal error: iostream: No such file or directory #55

Closed hataiit9x closed 4 years ago

hataiit9x commented 4 years ago

Please tell me fix /judger/run/b041633f3a8e46e19e9e12c5b7326e11/main.c:2:9: fatal error: iostream: No such file or directory

include

     ^~~~~~~~~~

compilation terminated.

virusdefender commented 4 years ago

选 c++ 语言

hataiit9x commented 4 years ago

选 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