记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:2: error: 'cin' was not declared in this scope
  cin>>x>>y>>z;
  ^~~
/in/foo.cc:7:2: note: suggested alternative: 'main'
  cin>>x>>y>>z;
  ^~~
  main
/in/foo.cc:9:3: error: 'cout' was not declared in this scope
   cout<<x;
   ^~~~
/in/foo.cc:11:3: error: 'cout' was not declared in this scope
   cout<<y;
   ^~~~
/in/foo.cc:13:3: error: 'cout' was not declared in this scope
   cout<<z;
   ^~~~

信息

递交者
类型
自测
题目
偷拍硕哥5
语言
C++
递交时间
2018-12-09 11:39:56
评测时间
2018-12-09 11:40:26
评测机
分数
0
总耗时
18ms
峰值内存
3.414 MiB