记录详情

Runtime Error

/in/foo.c: In function 'findmin':
/in/foo.c:33:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for( k=0;k<M;k++)
  ^~~
/in/foo.c:40:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   return n;
   ^~~~~~
/in/foo.c: In function 'findmax':
/in/foo.c:45:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for( k=0;k<N;k++)
  ^~~
/in/foo.c:52:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   return n;
   ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 288.0 KiB
#2 Accepted 0ms 208.0 KiB
#3 Runtime Error 1ms 216.0 KiB
#4 Runtime Error 1ms 216.0 KiB
#5 Runtime Error 1ms 216.0 KiB

信息

递交者
类型
递交
题目
4-5 有几个鞍点
语言
C
递交时间
2019-01-16 13:33:15
评测时间
2019-01-16 13:33:15
评测机
分数
40
总耗时
6ms
峰值内存
288.0 KiB