记录详情

Compile Error

/in/foo.cc:10:8: error: field 'n' has incomplete type 'list'
  list(n);
        ^
/in/foo.cc:5:7: note: definition of 'class list' is not complete until the closing brace
 class list
       ^~~~
/in/foo.cc:10:8: error: redeclaration of '<typeprefixerror>list::n'
  list(n);
        ^
/in/foo.cc:7:6: note: previous declaration 'int list::n'
  int n;
      ^
/in/foo.cc:14:11: error: expected constructor, destructor, or type conversion before '(' token
 list::list(n)
           ^

信息

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