2016_ho_t2.cpp: In function 'int main()':
2016_ho_t2.cpp:21:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(ll i=0;i<N;i++) if(A[i]=='O') o+=pj[i]*rpi[i],maxv=max(maxv,pj[i]*rpi[i]); o+=maxv; ret = max(ret,o);
^~~
2016_ho_t2.cpp:21:84: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(ll i=0;i<N;i++) if(A[i]=='O') o+=pj[i]*rpi[i],maxv=max(maxv,pj[i]*rpi[i]); o+=maxv; ret = max(ret,o);
^
2016_ho_t2.cpp:35:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(ll i=0;i<N;i++) if(A[i]=='O') o+=pj[i]*rpi[i]; ret = max(ret,o);
^~~
2016_ho_t2.cpp:35:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(ll i=0;i<N;i++) if(A[i]=='O') o+=pj[i]*rpi[i]; ret = max(ret,o);
^~~
2016_ho_t2.cpp:48:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(ll i=0;i<N;i++) if(A[i]=='O') o+=pj[i]*rpi[i]; ret = max(ret,o);
^~~
2016_ho_t2.cpp:48:56: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(ll i=0;i<N;i++) if(A[i]=='O') o+=pj[i]*rpi[i]; ret = max(ret,o);
^~~