/ TYWZ /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:97:32: warning: 'endlie' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if(a[head].nowhang==endhang && a[head].nowlie==endlie)
       ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:97:4: warning: 'endhang' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if(a[head].nowhang==endhang && a[head].nowlie==endlie)
    ^~
/in/foo.cc:85:14: warning: 'beginlie' may be used uninitialized in this function [-Wmaybe-uninitialized]
   a[1].nowlie=beginlie;
   ~~~~~~~~~~~^~~~~~~~~
/in/foo.cc:84:15: warning: 'beginhang' may be used uninitialized in this function [-Wmaybe-uninitialized]
   a[1].nowhang=beginhang;
   ~~~~~~~~~~~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 756.0 KiB
#2 Accepted 6ms 692.0 KiB
#3 Accepted 6ms 784.0 KiB
#4 Accepted 6ms 776.0 KiB
#5 Accepted 10ms 2.727 MiB
#6 Accepted 12ms 2.734 MiB
#7 Accepted 15ms 3.09 MiB
#8 Accepted 22ms 3.441 MiB
#9 Accepted 16ms 3.09 MiB
#10 Runtime Error 8ms 3.461 MiB

信息

递交者
类型
递交
题目
robot
语言
C++
递交时间
2019-02-07 17:34:43
评测时间
2019-02-07 17:34:43
评测机
分数
90
总耗时
110ms
峰值内存
3.461 MiB