记录详情

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];
      |                 ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 512.0 KiB
#2 Accepted 1ms 532.0 KiB
#3 Accepted 1ms 480.0 KiB
#4 Accepted 1ms 532.0 KiB
#5 Accepted 2ms 324.0 KiB

信息

递交者
类型
递交
题目
A9-7 数组中所有极大值
比赛
2025年春 南师大《程序设计与竞赛》作业赛第二场
语言
C++
递交时间
2025-03-15 11:21:13
评测时间
2025-03-15 11:21:13
评测机
分数
100
总耗时
9ms
峰值内存
532.0 KiB