记录详情

Runtime Error

/in/foo.cc: In member function 'void SeqList::Insert(int)':
/in/foo.cc:32:15: warning: statement has no effect [-Wunused-value]
         for (i; i >= 0 && data[i] > x; i--)
               ^
# 状态 耗时 内存占用
#1 Accepted 1ms 200.0 KiB
#2 Runtime Error 1ms 204.0 KiB
#3 Runtime Error 2ms 200.0 KiB
#4 Runtime Error 2ms 204.0 KiB
#5 Runtime Error 2ms 328.0 KiB

信息

递交者
类型
递交
题目
A10-1 有序数组的合并
比赛
中北数据结构课程赛事二:顺序表类的操作
语言
C++
递交时间
2019-03-10 20:01:09
评测时间
2019-03-10 20:01:10
评测机
分数
20
总耗时
9ms
峰值内存
328.0 KiB