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++)
    ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 4-5 有几个鞍点
 - 语言
 - C
 - 递交时间
 - 2023-11-16 20:50:45
 - 评测时间
 - 2023-11-16 20:50:45
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 19ms
 - 峰值内存
 - 1.262 MiB