记录详情

Accepted

/in/foo.cc: In member function 'BIG BIG::operator/(const BIG&)':
/in/foo.cc:52:8: warning: 'le' may be used uninitialized in this function [-Wmaybe-uninitialized]
   B.len= le;
   ~~~~~^~~~
/in/foo.cc:45:7: note: 'le' was declared here
   int le;
       ^~
/in/foo.cc:107:8: warning: 'll' may be used uninitialized in this function [-Wmaybe-uninitialized]
   B.len=ll;
   ~~~~~^~~
/in/foo.cc:94:7: note: 'll' was declared here
   int ll;
       ^~
/in/foo.cc:52:8: warning: 'le' may be used uninitialized in this function [-Wmaybe-uninitialized]
   B.len= le;
   ~~~~~^~~~
/in/foo.cc:45:7: note: 'le' was declared here
   int le;
       ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:107:8: warning: 'll' may be used uninitialized in this function [-Wmaybe-uninitialized]
   B.len=ll;
   ~~~~~^~~
/in/foo.cc:94:7: note: 'll' was declared here
   int ll;
       ^~
/in/foo.cc:52:8: warning: 'le' may be used uninitialized in this function [-Wmaybe-uninitialized]
   B.len= le;
   ~~~~~^~~~
/in/foo.cc:45:7: note: 'le' was declared here
   int le;
       ^~
# 状态 耗时 内存占用
#1 Accepted 41ms 768.0 KiB
#2 Accepted 6ms 772.0 KiB
#3 Accepted 11ms 716.0 KiB
#4 Accepted 10ms 896.0 KiB
#5 Accepted 19ms 896.0 KiB
#6 Accepted 16ms 868.0 KiB
#7 Accepted 25ms 780.0 KiB
#8 Accepted 28ms 896.0 KiB
#9 Accepted 32ms 896.0 KiB
#10 Accepted 36ms 860.0 KiB
#11 Accepted 3ms 728.0 KiB

信息

递交者
类型
递交
题目
a and b story 2
语言
C++
递交时间
2017-11-09 17:36:49
评测时间
2017-11-09 17:36:49
评测机
分数
110
总耗时
233ms
峰值内存
896.0 KiB