/in/foo.cc: In function 'int main()':
/in/foo.cc:2:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
2 | #define fp(i,a,b) for(register int i=a,I=b+1;i<I;++i)
| ^~~
/in/foo.cc:51:5: note: in expansion of macro 'fp'
51 | fp(i,1,n)ins(i);gf();
| ^~
/in/foo.cc:51:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
51 | fp(i,1,n)ins(i);gf();
| ^~
/in/foo.cc:2:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
2 | #define fp(i,a,b) for(register int i=a,I=b+1;i<I;++i)
| ^~~
/in/foo.cc:53:9: note: in expansion of macro 'fp'
53 | fp(i,1,n)G[i][n+1]=-p[m],G[n+1][i]=1;G[n+1][n+2]=1;
| ^~
/in/foo.cc:53:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
53 | fp(i,1,n)G[i][n+1]=-p[m],G[n+1][i]=1;G[n+1][n+2]=1;
| ^