foo.cc: In function 'int main()':
foo.cc:50:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
50 | for(i=1;i<=k;i++) printf("%d ",an1[i]);printf("\n");
| ^~~
foo.cc:50:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
50 | for(i=1;i<=k;i++) printf("%d ",an1[i]);printf("\n");
| ^~~~~~
foo.cc:51:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
51 | for(i=1;i<=l;i++) printf("%d ",an2[i]);printf("\n");
| ^~~
foo.cc:51:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
51 | for(i=1;i<=l;i++) printf("%d ",an2[i]);printf("\n");
| ^~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务