记录详情

Runtime Error

/in/foo.cc: In constructor 'SeqList::SeqList()':
/in/foo.cc:14:10: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null]
    sl[k]=NULL;
          ^~~~
/in/foo.cc: In member function 'SeqList SeqList::Insert(SeqList)':
/in/foo.cc:27:12: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null]
    t.sl[k]=NULL;
            ^~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1001ms ≥208.0 KiB
#2 Wrong Answer 1ms 208.0 KiB
#3 Runtime Error 1ms 212.0 KiB
#4 Time Exceeded ≥1003ms ≥212.0 KiB
#5 Time Exceeded ≥1005ms ≥204.0 KiB

信息

递交者
类型
递交
题目
P1015 OO3-2 无序顺序表类的集合运算
比赛
《面向对象的程序设计方法》的课程测验
语言
C++
递交时间
2021-06-22 11:55:29
评测时间
2021-06-22 11:55:29
评测机
分数
0
总耗时
3013ms
峰值内存
212.0 KiB