Accepted
/in/foo.cc: In member function 'int PolyListNode::Num(int)':
/in/foo.cc:26:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(a[i].index!=0)
    ^~
/in/foo.cc:29:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     num=num+a[i].coef*temp;
     ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1021 OO5-1 一元多项式类的求值
 - 比赛
 - 数据结构课堂练习9-23
 - 语言
 - C++
 - 递交时间
 - 2019-09-23 11:25:12
 - 评测时间
 - 2019-09-23 11:25:12
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 6ms
 - 峰值内存
 - 212.0 KiB