Accepted
/in/foo.cc: In function 'void jidazhi(int*, int)': /in/foo.cc:6:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 6 | for(int i=0; i<n-1; i++) | ^~~ /in/foo.cc:11:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 11 | cout<<a[n-1]; | ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- A9-7 数组中所有极大值
- 比赛
- 2025年春 南师大《程序设计与竞赛》作业赛第二场
- 语言
- C++
- 递交时间
- 2025-03-15 11:21:13
- 评测时间
- 2025-03-15 11:21:13
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 532.0 KiB