/ NutOJ /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:3: error: 'cin' was not declared in this scope
   cin>>a>>b;
   ^~~
/in/foo.cc:9:3: error: 'cout' was not declared in this scope
   cout<<fixed<<setprecision(8)<<a+b<< endl;
   ^~~~
/in/foo.cc:9:9: error: 'fixed' was not declared in this scope
   cout<<fixed<<setprecision(8)<<a+b<< endl;
         ^~~~~
/in/foo.cc:9:30: error: 'setprecision' was not declared in this scope
   cout<<fixed<<setprecision(8)<<a+b<< endl;
                              ^
/in/foo.cc:9:39: error: 'endl' was not declared in this scope
   cout<<fixed<<setprecision(8)<<a+b<< endl;
                                       ^~~~

信息

递交者
类型
自测
题目
Number Theory Problem I (1-6测试点)
语言
C++
递交时间
2018-09-24 15:29:15
评测时间
2018-09-24 15:29:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes