Problem payraise
User bachnguyen123
Submission Time 2025-11-23 15:20:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

payraise.cpp: In member function ‘void node::prop()’:
payraise.cpp:35:21: error: ‘points’ was not declared in this scope; did you mean ‘printf’?
35 | val += (points[e]-points[s-1]) * lz;
| ^~~~~~
| printf
payraise.cpp: In function ‘void dfs(int)’:
payraise.cpp:57:13: error: reference to ‘count’ is ambiguous
57 | start[x] = count++;
| ^~~~~
In file included from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from payraise.cpp:1:
/usr/include/c++/9/pstl/glue_algorithm_defs.h:101:1: note: candidates are: ‘template<class _ExecutionPolicy, class _ForwardIterator, class _Tp> __pstl::__internal::__enable_if_execution_policy<_ExecutionPolicy, typename std::iterator_traits<_II>::difference_type> std::count(_ExecutionPolicy&&, _ForwardIterator, _ForwardIterator, const _Tp&)’