Problem fenwicktree
User Kiameimon
Submission Time 2025-03-09 20:35:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fenwicktree.cpp:13:61: error: ‘ll’ was not declared in this scope
13 | explicit LazyPropSegtree(typename std::vector<std::pair<ll, int>>::iterator start, typename std::vector<std::pair<ll, int>>::iterator end, T identityOp, U identityUpdate);
| ^~
fenwicktree.cpp:13:65: error: template argument 1 is invalid
13 | explicit LazyPropSegtree(typename std::vector<std::pair<ll, int>>::iterator start, typename std::vector<std::pair<ll, int>>::iterator end, T identityOp, U identityUpdate);
| ^~~
fenwicktree.cpp:13:68: error: template argument 1 is invalid
13 | explicit LazyPropSegtree(typename std::vector<std::pair<ll, int>>::iterator start, typename std::vector<std::pair<ll, int>>::iterator end, T identityOp, U identityUpdate);
|