| Problem | payraise |
|---|---|
| User | bachnguyen123 |
| Submission Time | 2025-11-23 11:44:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
payraise.cpp: In member function ‘void node::upd(int, long long int)’:
payraise.cpp:22:25: error: ‘a’ was not declared in this scope
22 | if(id <= m) l -> upd(a,b,v);
| ^
payraise.cpp:22:27: error: ‘b’ was not declared in this scope
22 | if(id <= m) l -> upd(a,b,v);
| ^
payraise.cpp: In function ‘void dfs(int)’:
payraise.cpp:43:13: error: reference to ‘count’ is ambiguous
43 | 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_