/in/foo.cc:64:3: warning: "/*" within comment [-Wcomment]
/*if(B(j)) {
/in/foo.cc: In function 'bool A(int)':
/in/foo.cc:21:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int i=0;i<n;++i) if(k1[i]!=b[i]) o1=0;for(int i=0;i<n;++i) if(k2[i]!=c[i]) o1=0;
^~~
/in/foo.cc:21:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int i=0;i<n;++i) if(k1[i]!=b[i]) o1=0;for(int i=0;i<n;++i) if(k2[i]!=c[i]) o1=0;
^~~
/in/foo.cc:22:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int i=0;i<n;++i) if(k2[i]!=b[i]) o2=0;for(int i=0;i<n;++i) if(k1[i]!=c[i]) o2=0;
^~~
/in/foo.cc:22:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int i=0;i<n;++i) if(k2[i]!=b[i]) o2=0;for(int i=0;i<n;++i) if(k1[i]!=c[i]) o2=0;
^~~
/in/foo.cc: In function 'bool B(int)':
/in/foo.cc:35:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int i(0);i<n;++i) if(k1[i]!=a[i]) o1=0;for(int i(0);i<n;++i) if(k2[i]!=c[i]) o1=0;
^~~
/in/foo.cc:35:45: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int i(0);i<n;++i) if(k1[i]!=a[i]) o1=0;for(int i(0);i<n;++i) if(k2[i]!=c[i]) o1=0;
^~~
/in/foo.cc:36:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int i(0);i<n;++i) if(k2[i]!=a[i]) o2=0;for(int i(0);i<n;++i) if(k1[i]!=c[i]) o2=0;
^~~
/in/foo.cc:36:45: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int i(0);i<n;++i) if(k2[i]!=a[i]) o2=0;for(int i(0);i<n;++i) if(k1[i]!=c[i]) o2=0;
^~~
/in/foo.cc: In function 'bool C(int)':
/in/foo.cc:49:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int i(0);i<n;++i) if(k1[i]!=b[i]) o1=0;for(int i(0);i<n;++i) if(k2[i]!=a[i]) o1=0;
^~~
/in/foo.cc:49:45: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int i(0);i<n;++i) if(k1[i]!=b[i]) o1=0;for(int i(0);i<n;++i) if(k2[i]!=a[i]) o1=0;
^~~
/in/foo.cc:50:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int i(0);i<n;++i) if(k2[i]!=b[i]) o2=0;for(int i(0);i<n;++i) if(k1[i]!=a[i]) o2=0;
^~~
/in/foo.cc:50:45: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int i(0);i<n;++i) if(k2[i]!=b[i]) o2=0;for(int i(0);i<n;++i) if(k1[i]!=a[i]) o2=0;
^~~