Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(a[i]>a[i+1]&&a[i+1]!=0) ^~ /in/foo.cc:16:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' printf("%.2lf\n",dollar); ^~~~~~