/in/foo.cc: In function 'int main()':
/in/foo.cc:68:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(re int i=1;i<=m;++i)c[i]=c[(i-1)%mm+1];p[0]=1;
^~~
/in/foo.cc:68:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(re int i=1;i<=m;++i)c[i]=c[(i-1)%mm+1];p[0]=1;
^
/in/foo.cc:69:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(re int i=1;i<=m;++i)pre[i]=(pre[i-1]*131ll+c[i]-'A'+1)%M,p[i]=p[i-1]*131ll%M;suf[m+1]=0;
^~~
/in/foo.cc:69:84: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(re int i=1;i<=m;++i)pre[i]=(pre[i-1]*131ll+c[i]-'A'+1)%M,p[i]=p[i-1]*131ll%M;suf[m+1]=0;
^~~