foo.cc: In function 'void read(_T&)':
foo.cc:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
12 | if(_t=='-') _flag=true,_t=getchar(); _x=_t-'0';
| ^~
foo.cc:12:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
12 | if(_t=='-') _flag=true,_t=getchar(); _x=_t-'0';
| ^~
foo.cc: In function 'int main()':
foo.cc:56:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
56 | while(!sa.empty()&&sa.top()==aim||!sb.empty()&&sb.top()==aim){
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务