Compile Error
/in/foo.cc:13:18: error: expected unqualified-id before 'int' int coe[100],int index[100]; ^~~ /in/foo.cc: In constructor 'PolyListNode::PolyListNode()': /in/foo.cc:18:17: error: 'index' was not declared in this scope cin>>coe[i]>>index[i]; ^~~~~ /in/foo.cc: In member function 'int PolyListNode::sum()': /in/foo.cc:25:22: error: 'index' was not declared in this scope s+=coe[i]*power(x,index[i]); ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1021 OO5-1 一元多项式类的求值
- 比赛
- 《面向对象的程序设计方法》的课程测验
- 语言
- C++
- 递交时间
- 2021-06-22 11:29:35
- 评测时间
- 2021-06-22 11:29:35
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes