/ DIO /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:2: error: 'cin' was not declared in this scope
  cin>>A;
  ^~~
/in/foo.cc:5:2: note: suggested alternative: 'main'
  cin>>A;
  ^~~
  main
/in/foo.cc:7:3: error: 'cout' was not declared in this scope
   cout<<666;
   ^~~~
/in/foo.cc:10:3: error: 'cout' was not declared in this scope
   cout<<233;}
   ^~~~

信息

递交者
类型
递交
题目
P1012 if判断结构
语言
C++
递交时间
2018-11-27 17:40:13
评测时间
2018-11-27 17:40:13
评测机
分数
0
总耗时
18ms
峰值内存
3.414 MiB