记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:40:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (a[indexh][indexl] == a[i][indexl])
   ^~
/in/foo.c:44:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    for (int j = 1; j < n; j++)
    ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 312.0 KiB
#2 Accepted 1ms 324.0 KiB
#3 Accepted 1ms 252.0 KiB
#4 Accepted 13ms 1.262 MiB
#5 Accepted 1ms 376.0 KiB

信息

递交者
类型
递交
题目
4-5 有几个鞍点
语言
C
递交时间
2023-11-16 20:50:45
评测时间
2023-11-16 20:50:45
评测机
分数
100
总耗时
19ms
峰值内存
1.262 MiB