/ TYWZ /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:38:2: error: 'cin' was not declared in this scope
  cin>>n>>k;
  ^~~
/in/foo.cc:52:3: error: 'cout' was not declared in this scope
   cout<<setw(ans2)<<grade[i].xuehao<<"  ";
   ^~~~
/in/foo.cc:56:36: error: 'endl' was not declared in this scope
   cout<<setw(ans3)<<grade[i].x[0]<<endl;
                                    ^~~~

信息

递交者
类型
递交
题目
Report (Simple Ver.)
比赛
2019.1.27 作业
语言
C++
递交时间
2019-01-27 22:00:22
评测时间
2019-01-27 22:00:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes