/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void updata(int, int, int)':
/in/foo.cc:25:43: error: 'max' was not declared in this scope
 tree[i].ws=max(tree[i*2].ws,tree[i*2+1].ws);
                                           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:103:11: warning: unused variable 'j' [-Wunused-variable]
 int n,q,i,j,k;
           ^

信息

递交者
类型
递交
题目
P1881 闪烁的繁星
语言
C++
递交时间
2018-02-07 10:34:07
评测时间
2018-02-07 10:34:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes