记录详情

Compile Error

/in/foo.cc:7:17: error: 'b' does not name a type
  int a[100]={0};b[100]={0};
                 ^
/in/foo.cc: In member function 'void Seqlist::input()':
/in/foo.cc:15:14: error: 'i' was not declared in this scope
  for(int j=0;i<m;j++)
              ^
/in/foo.cc:20:9: error: 'b' was not declared in this scope
    cin>>b[i];
         ^
/in/foo.cc:22:22: error: qualified-id in declaration before '(' token
  void Seqlist::search()
                      ^
/in/foo.cc:42:2: error: expected '}' at end of input
  }
  ^

信息

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