foo.cc: In function 'int main()':
foo.cc:13:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
13 | if(a>0&&b>0) break; x=1;
| ^~
foo.cc:13:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
13 | if(a>0&&b>0) break; x=1;
| ^
foo.cc:14:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
14 | if(a<0&&b<0) break; x=1;
| ^~
foo.cc:14:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
14 | if(a<0&&b<0) break; x=1;
| ^
[Hydro](https://hydro.ac)提供评测服务