记录详情

Compile Error

/in/foo.cc: In constructor 'SeqList::SeqList()':
/in/foo.cc:13:15: error: expected primary-expression before ']' token
   crr=new int[];
               ^
/in/foo.cc: In member function 'SeqList& SeqList::operator-(SeqList)':
/in/foo.cc:38:11: warning: reference to local variable 'D' returned [-Wreturn-local-addr]
   SeqList D;
           ^

信息

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