Accepted
/in/foo.c: In function 'main': /in/foo.c:75:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(j=i-1;a[j-1]<a[j]&&j>0;j--) ^~~ /in/foo.c:78:14: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' b[i-1]=t; ^