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