/in/foo.cc: In function 'int main()':
/in/foo.cc:165:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else a[i].kind=3;a[i].hp=4;a[i].fst=1;
^~~~
/in/foo.cc:165:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else a[i].kind=3;a[i].hp=4;a[i].fst=1;
^
/in/foo.cc:218:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(Now==now)continue;a[now].f[i]=1;if(a[now].fst==i)a[now].fst++;
^~
/in/foo.cc:218:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(Now==now)continue;a[now].f[i]=1;if(a[now].fst==i)a[now].fst++;
^
/in/foo.cc:219:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(wxkj(now,Now))continue;fight(now,Now);
^~
/in/foo.cc:219:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(wxkj(now,Now))continue;fight(now,Now);
^~~~~
/in/foo.cc:223:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(Now==now)continue;a[now].f[i]=1;if(a[now].fst==i)a[now].fst++;a[now].jump=1;
^~
/in/foo.cc:223:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(Now==now)continue;a[now].f[i]=1;if(a[now].fst==i)a[now].fst++;a[now].jump=1;
^
/in/foo.cc:224:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(wxkj(now,Now))continue;fight(now,Now);
^~
/in/foo.cc:224:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(wxkj(now,Now))continue;fight(now,Now);
^~~~~
/in/foo.cc:229:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(wxkj(now,Now))continue;fight(now,Now);
^~
/in/foo.cc:229:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(wxkj(now,Now))continue;fight(now,Now);
^~~~~