foo.cc: In function 'bool work1()':
foo.cc:12:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
12 | for(int i=1;i<=n;i++)
| ^~~
foo.cc:16:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
16 | return 1;
| ^~~~~~
foo.cc: In function 'bool work2()':
foo.cc:25:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
25 | for(int i=1;i<=n;i++)
| ^~~
foo.cc:29:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
29 | return 1;
| ^~~~~~
foo.cc: In function 'bool work5()':
foo.cc:61:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
61 | for(int j=1;j<=n;j++)
| ^~~
foo.cc:63:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
63 | if(work1())
| ^~
foo.cc:66:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
66 | for(int j=1;j<=n;j++)
| ^~~
foo.cc:68:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
68 | if(work2())
| ^~
foo.cc:71:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
71 | for(int j=1;j<=n;j++)
| ^~~
foo.cc:73:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
73 | if(work3())
| ^~
正在同步测试数据,请稍后
Found 7 testcases.
[Hydro](https://hydro.ac)提供评测服务