/in/foo.cc: In function 'int solve(char*, int, long long int)':
/in/foo.cc:39:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
^~~
/in/foo.cc:39:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
^
/in/foo.cc:48:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
^~~
/in/foo.cc:48:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
^