foo.cc: In function 'int main()':
foo.cc:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
11 | if(ans2>0)cout<<ans2;cout<<'i'<<endl;
| ^~
foo.cc:11:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
11 | if(ans2>0)cout<<ans2;cout<<'i'<<endl;
| ^~~~
foo.cc:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
13 | if(ans4>0)cout<<ans4;cout<<'i'<<endl;
| ^~
foo.cc:13:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
13 | if(ans4>0)cout<<ans4;cout<<'i'<<endl;
| ^~~~
[Hydro](https://hydro.ac)提供评测服务