记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:9: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
     if(a<b<c){
        ~^~
/in/foo.cc:11:9: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
     if(b<a<c){
        ~^~
/in/foo.cc:17:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(c<a<b){
     ~^~
/in/foo.cc:22:28: warning: 'zd' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<zx<<" "<<zj<<" "<<zd; 
                            ^
/in/foo.cc:22:21: warning: 'zj' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<zx<<" "<<zj<<" "<<zd; 
                     ^~~
/in/foo.cc:22:12: warning: 'zx' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<zx<<" "<<zj<<" "<<zd; 
            ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 380.0 KiB
#2 Wrong Answer 1ms 384.0 KiB
#3 Accepted 1ms 376.0 KiB
#4 Wrong Answer 1ms 376.0 KiB
#5 Wrong Answer 1ms 376.0 KiB
#6 Wrong Answer 1ms 376.0 KiB
#7 Wrong Answer 1ms 328.0 KiB
#8 Wrong Answer 1ms 376.0 KiB
#9 Accepted 1ms 376.0 KiB
#10 Wrong Answer 1ms 360.0 KiB

信息

递交者
类型
递交
语言
C++
递交时间
2024-10-23 17:24:41
评测时间
2024-10-23 17:24:41
评测机
分数
20
总耗时
15ms
峰值内存
384.0 KiB