记录详情

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:18: warning: 'zd' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<zx<<zj<<zd; 
                  ^
/in/foo.cc:22:12: warning: 'zj' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<zx<<zj<<zd; 
            ^~
/in/foo.cc:22:8: warning: 'zx' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<zx<<zj<<zd; 
        ^~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 376.0 KiB
#2 Wrong Answer 1ms 356.0 KiB
#3 Wrong Answer 1ms 324.0 KiB
#4 Wrong Answer 1ms 332.0 KiB
#5 Wrong Answer 1ms 324.0 KiB
#6 Wrong Answer 1ms 336.0 KiB
#7 Wrong Answer 1ms 376.0 KiB
#8 Wrong Answer 1ms 336.0 KiB
#9 Wrong Answer 1ms 324.0 KiB
#10 Wrong Answer 1ms 336.0 KiB

信息

递交者
类型
递交
语言
C++
递交时间
2024-10-23 17:23:57
评测时间
2024-10-23 17:23:57
评测机
分数
0
总耗时
14ms
峰值内存
376.0 KiB