foo.cc: In function 'int main()':
foo.cc:64:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
64 | for(int i = 1 ; i <= n ; i ++) printf("%d ",Ans[i]) ; printf("\n") ;
| ^~~
foo.cc:64:56: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
64 | for(int i = 1 ; i <= n ; i ++) printf("%d ",Ans[i]) ; printf("\n") ;
| ^~~~~~
foo.cc:65:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
65 | for(int i = 1 ; i <= n ; i ++) printf("%d ",Solve(i)) ; printf("\n") ;
| ^~~
foo.cc:65:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
65 | for(int i = 1 ; i <= n ; i ++) printf("%d ",Solve(i)) ; printf("\n") ;
| ^~~~~~
foo.cc: In function 'int Solve(int)':
foo.cc:55:1: warning: control reaches end of non-void function [-Wreturn-type]
55 | }
| ^
[Hydro](https://hydro.ac)提供评测服务