记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:18:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   18 |                                 if (local[sx+1][sy]==0)
      |                                 ^~
foo.c:20:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   20 |                                     flag=1;
      |                                     ^~~~
foo.c:23:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   23 |                         if (local[sx+1][sy]==0)
      |                         ^~
foo.c:25:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   25 |                             flag=1;
      |                             ^~~~
foo.c:28:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   28 |                         if (local[sx][sy+1]==0)
      |                         ^~
foo.c:30:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   30 |                             flag=1;
      |                             ^~~~
foo.c:33:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   33 |                         if (local[sx][sy+1]==0)
      |                         ^~
foo.c:35:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   35 |                             flag=1;
      |                             ^~~~
foo.c:38:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   38 |                         if (local[sx-1][sy]==0)
      |                         ^~
foo.c:40:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   40 |                             flag=1;
      |                             ^~~~
foo.c:43:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   43 |                         if (local[sx-1][sy]==0)
      |                         ^~
foo.c:45:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   45 |                             flag=1;
      |                             ^~~~
foo.c:48:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   48 |                         if (local[sx][sy-1]==0)
      |                         ^~
foo.c:50:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   50 |                             flag=1;
      |                             ^~~~
foo.c:53:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   53 |                         if (local[sx][sy-1]==0)
      |                         ^~
foo.c:55:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   55 |                             flag=1;
      |                             ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Wrong Answer 0a1 > NO 1ms 284.0 KiB
#3 Wrong Answer Read NONO, expect NO. 1ms 284.0 KiB
#4 Accepted 2ms 284.0 KiB
#5 Wrong Answer Read NONO, expect NO. 1ms 284.0 KiB
#6 Accepted 1ms 284.0 KiB
#7 Wrong Answer 0a1 > NO 1ms 204.0 KiB
#8 Wrong Answer Read NONO, expect NO. 1ms 284.0 KiB
#9 Accepted 1ms 284.0 KiB
#10 Wrong Answer 0a1 > NO 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P1480 F. Poor horse leg
语言
C
递交时间
2023-09-05 15:01:52
评测时间
2023-09-05 15:01:52
评测机
分数
40
总耗时
17ms
峰值内存
284.0 KiB