记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:6:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    6 |         a>b>c;
      |         ~^~
foo.c:6:12: warning: statement with no effect [-Wunused-value]
    6 |         a>b>c;
      |         ~~~^~
foo.c:6:10: warning: 'a' is used uninitialized [-Wuninitialized]
    6 |         a>b>c;
      |         ~^~
foo.c:6:10: warning: 'b' is used uninitialized [-Wuninitialized]
foo.c:7:9: warning: 'c' is used uninitialized [-Wuninitialized]
    7 |         printf("%d,%d,%d\n",a,b,c);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 1ms 256.0 KiB
#2 Wrong Answer Standard answer longer than user output. 1ms 256.0 KiB
#3 Wrong Answer Standard answer longer than user output. 1ms 256.0 KiB
#4 Wrong Answer Standard answer longer than user output. 1ms 256.0 KiB
#5 Wrong Answer Standard answer longer than user output. 1ms 256.0 KiB

信息

递交者
类型
递交
题目
A1-1 分支结构练习:三数排序
语言
C
递交时间
2022-09-23 21:44:45
评测时间
2022-09-23 21:44:45
评测机
分数
0
总耗时
5ms
峰值内存
256.0 KiB