/ TYWZ /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:42:16: warning: 'MLE' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(x1==x2&&y1==y2){ cout<<0<<endl; continue;}
                ^
/in/foo.cc:42:8: warning: 'TLE' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(x1==x2&&y1==y2){ cout<<0<<endl; continue;}
        ^
/in/foo.cc:42:16: warning: 'RE' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(x1==x2&&y1==y2){ cout<<0<<endl; continue;}
                ^
/in/foo.cc:42:8: warning: 'WA' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(x1==x2&&y1==y2){ cout<<0<<endl; continue;}
        ^
# 状态 耗时 内存占用
#1 Accepted 2ms 848.0 KiB
#2 Accepted 3ms 960.0 KiB
#3 Accepted 2ms 856.0 KiB
#4 Accepted 2ms 984.0 KiB
#5 Accepted 10ms 1.98 MiB
#6 Wrong Answer 15ms 2.328 MiB
#7 Wrong Answer 17ms 2.328 MiB
#8 Wrong Answer 21ms 2.328 MiB
#9 Wrong Answer 22ms 2.328 MiB
#10 Wrong Answer 21ms 2.328 MiB

信息

递交者
类型
递交
题目
robot
语言
C++
递交时间
2019-01-30 21:06:54
评测时间
2019-01-30 21:06:54
评测机
分数
50
总耗时
120ms
峰值内存
2.328 MiB