Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:23:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   23 |         else
      |         ^~~~
/in/foo.cc:28:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   28 |                 cout<<count<<endl;
      |                 ^~~~
/in/foo.cc:18:12: warning: unused variable 'i' [-Wunused-variable]
   18 |     if(int i=0||num>max)
      |            ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-4 最大值的个数
 - 比赛
 - 2025年春 南师大《程序设计与竞赛》作业赛第一场
 - 语言
 - C++
 - 递交时间
 - 2025-03-08 20:09:39
 - 评测时间
 - 2025-03-08 20:09:39
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 5ms
 - 峰值内存
 - 536.0 KiB