foo.cc: In function 'int main()':
foo.cc:162:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
162 | for (int i = 0; i < 3; i++)cout << a[i] << " "; cout << endl;
| ^~~
foo.cc:162:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
162 | for (int i = 0; i < 3; i++)cout << a[i] << " "; cout << endl;
| ^~~~
foo.cc:165:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
165 | for (int i = 0; i < 3; i++)cout << b[i] << " "; cout << endl;
| ^~~
foo.cc:165:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
165 | for (int i = 0; i < 3; i++)cout << b[i] << " "; cout << endl;
| ^~~~
[Hydro](https://hydro.ac)提供评测服务