记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (local[sx+1][sy]==0)
     ^~
/in/foo.c:20:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         flag==1;
         ^~~~
/in/foo.c:20:13: warning: statement with no effect [-Wunused-value]
         flag==1;
         ~~~~^~~
/in/foo.c:23:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
           if (local[sx+1][sy]==0)
           ^~
/in/foo.c:25:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
               flag==1;
               ^~~~
/in/foo.c:25:19: warning: statement with no effect [-Wunused-value]
               flag==1;
               ~~~~^~~
/in/foo.c:28:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
           if (local[sx][sy+1]==0)
           ^~
/in/foo.c:30:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
               flag==1;
               ^~~~
/in/foo.c:30:19: warning: statement with no effect [-Wunused-value]
               flag==1;
               ~~~~^~~
/in/foo.c:33:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
           if (local[sx][sy+1]==0)
           ^~
/in/foo.c:35:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
               flag=1;
               ^~~~
/in/foo.c:38:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
           if (local[sx-1][sy]==0)
           ^~
/in/foo.c:40:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
               flag=1;
               ^~~~
/in/foo.c:43:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
           if (local[sx-1][sy]==0)
           ^~
/in/foo.c:45:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
               flag=1;
               ^~~~
/in/foo.c:48:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
           if (local[sx][sy-1]==0)
           ^~
/in/foo.c:50:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
               flag=1;
               ^~~~
/in/foo.c:52:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
       if (sx-1==ex&&sy-2==ey)
       ^~
/in/foo.c:55:11: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
           flag=1;
           ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 228.0 KiB
#2 Wrong Answer 1ms 212.0 KiB
#3 Wrong Answer 0ms 248.0 KiB
#4 Accepted 1ms 216.0 KiB
#5 Wrong Answer 0ms 212.0 KiB
#6 Accepted 1ms 228.0 KiB
#7 Wrong Answer 1ms 248.0 KiB
#8 Wrong Answer 1ms 212.0 KiB
#9 Accepted 1ms 248.0 KiB
#10 Wrong Answer 1ms 248.0 KiB

信息

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