foo.cc: In function 'int main()':
foo.cc:8:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
8 | for(i=0;i<=n;i++)
| ^~~
foo.cc:10:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
10 | if(a[0]!=0&&a[1]!=0)
| ^~
foo.cc:10:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
foo.cc:12:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
12 | printf("%.6lf\n",x);
| ^~~~~~
[Hydro](https://hydro.ac)提供评测服务