记录详情

Wrong Answer

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)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 3ms 256.0 KiB

信息

递交者
类型
递交
语言
C
递交时间
2022-08-18 17:30:54
评测时间
2022-08-18 17:30:54
评测机
分数
0
总耗时
3ms
峰值内存
256.0 KiB