foo.c: In function 'main':
foo.c:6:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
6 | if(b<a) t=b;b=a;a=t;
| ^~
foo.c:6:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
6 | if(b<a) t=b;b=a;a=t;
| ^
foo.c:7:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
7 | if(b<c) t=b;b=c;c=t;
| ^~
foo.c:7:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
7 | if(b<c) t=b;b=c;c=t;
| ^
foo.c:8:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
8 | if(a<c) t=a;a=c;c=t;
| ^~
foo.c:8:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
8 | if(a<c) t=a;a=c;c=t;
| ^
foo.c:4:12: warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized]
4 | {int a,b,c,t;
| ^
[Hydro](https://hydro.ac)提供评测服务