记录详情

Wrong Answer

/in/foo.cc: In member function 'BIG BIG::operator/(const BIG&)':
/in/foo.cc:57:8: warning: 'le' may be used uninitialized in this function [-Wmaybe-uninitialized]
   B.len= le;
   ~~~~~^~~~
/in/foo.cc:50:7: note: 'le' was declared here
   int le;
       ^~
/in/foo.cc:114:8: warning: 'll' may be used uninitialized in this function [-Wmaybe-uninitialized]
   B.len=ll;
   ~~~~~^~~
/in/foo.cc:101:7: note: 'll' was declared here
   int ll;
       ^~
/in/foo.cc:57:8: warning: 'le' may be used uninitialized in this function [-Wmaybe-uninitialized]
   B.len= le;
   ~~~~~^~~~
/in/foo.cc:50:7: note: 'le' was declared here
   int le;
       ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:114:8: warning: 'll' may be used uninitialized in this function [-Wmaybe-uninitialized]
   B.len=ll;
   ~~~~~^~~
/in/foo.cc:101:7: note: 'll' was declared here
   int ll;
       ^~
/in/foo.cc:57:8: warning: 'le' may be used uninitialized in this function [-Wmaybe-uninitialized]
   B.len= le;
   ~~~~~^~~~
/in/foo.cc:50:7: note: 'le' was declared here
   int le;
       ^~
# 状态 耗时 内存占用
#1 Wrong Answer 103ms 1.75 MiB
#2 Wrong Answer 6ms 1.859 MiB
#3 Wrong Answer 31ms 1.863 MiB
#4 Wrong Answer 30ms 1.855 MiB
#5 Wrong Answer 53ms 1.75 MiB
#6 Wrong Answer 46ms 1.75 MiB
#7 Wrong Answer 70ms 1.848 MiB
#8 Wrong Answer 76ms 1.871 MiB
#9 Wrong Answer 81ms 1.824 MiB
#10 Wrong Answer 83ms 1.75 MiB
#11 Wrong Answer 4ms 1.5 MiB

信息

递交者
类型
递交
题目
a and b story 2
语言
C++
递交时间
2017-11-10 10:16:19
评测时间
2017-11-10 10:16:19
评测机
分数
0
总耗时
588ms
峰值内存
1.871 MiB