foo.cc: In function 'int main()':
foo.cc:7:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
7 | for(i=1;i<=n;i++)cin>>a[i];for(i=1;i<=n1;i++)cin>>b[i];
| ^~~
foo.cc:7:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
7 | for(i=1;i<=n;i++)cin>>a[i];for(i=1;i<=n1;i++)cin>>b[i];
| ^~~
foo.cc:28:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
28 | else
| ^~~~
foo.cc:30:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
30 | return 0;
| ^~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务