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)提供评测服务