Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:5: error: 'cin' was not declared in this scope
     cin>>n;
     ^~~
/in/foo.cc:21:5: error: 'cout' was not declared in this scope
     cout<<c<<endl;
     ^~~~
/in/foo.cc:21:14: error: 'endl' was not declared in this scope
     cout<<c<<endl;
              ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-4 最大值的个数
 - 比赛
 - 南师大(含泰州学院)2024年新生赛(第一场)
 - 语言
 - C++
 - 递交时间
 - 2024-08-19 10:46:31
 - 评测时间
 - 2024-08-19 10:46:31
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes