foo.cc: In function 'int main()':
foo.cc:33:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
33 | for(int i=1;i<=m1;i++) cin>>a[i].come >>a[i].leave;sort(a+1,a+1+m1,cmp);
| ^~~
foo.cc:33:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
33 | for(int i=1;i<=m1;i++) cin>>a[i].come >>a[i].leave;sort(a+1,a+1+m1,cmp);
| ^~~~
foo.cc:34:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
34 | for(int i=1;i<=m2;i++) cin>>b[i].come >>b[i].leave; sort(b+1,b+1+m2,cmp);
| ^~~
foo.cc:34:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
34 | for(int i=1;i<=m2;i++) cin>>b[i].come >>b[i].leave; sort(b+1,b+1+m2,cmp);
| ^~~~
Found 20 testcases.
[Hydro](https://hydro.ac)提供评测服务