记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:2: error: 'cin' was not declared in this scope
  cin>>a>>b>>c;
  ^~~
/in/foo.cc:13:2: error: 'cout' was not declared in this scope
  cout<<b<<a<<endl;
  ^~~~
/in/foo.cc:13:14: error: 'endl' was not declared in this scope
  cout<<b<<a<<endl;
              ^~~~

信息

递交者
类型
递交
题目
A1-2 分支结构练习:三数的特征值
比赛
南师大(含泰州学院)2024年新生赛(第一场)
语言
C++
递交时间
2024-08-19 22:44:41
评测时间
2024-08-19 22:44:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes