/in/foo.cc: In function 'int main()':
/in/foo.cc:24:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=1;c[i]!=0;i++)
^~~
/in/foo.cc:27:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
if(n==4)
^~
/in/foo.cc:28:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=1;d[i]!=0;i++)
^~~
/in/foo.cc:31:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
if(n==5)
^~
/in/foo.cc:32:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=1;e[i]!=0;i++)
^~~
/in/foo.cc:35:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
if(n==6)
^~
/in/foo.cc:36:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=1;f[i]!=0;i++)
^~~
/in/foo.cc:39:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
if(n==7)
^~
/in/foo.cc:40:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=1;g[i]!=0;i++)
^~~
/in/foo.cc:43:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
if(n==8)
^~