记录详情

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;
     ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 212.0 KiB
#2 Accepted 1ms 200.0 KiB
#3 Accepted 1ms 208.0 KiB
#4 Accepted 1ms 204.0 KiB
#5 Accepted 1ms 204.0 KiB

信息

递交者
类型
递交
题目
P1021 OO5-1 一元多项式类的求值
比赛
数据结构课堂练习9-23
语言
C++
递交时间
2019-09-23 11:25:12
评测时间
2019-09-23 11:25:12
评测机
分数
100
总耗时
6ms
峰值内存
212.0 KiB