| Problem | segmenttree2 |
|---|---|
| User | jmuzhen |
| Submission Time | 2026-02-03 15:23:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
segmenttree2.cpp: In function ‘int main()’:
segmenttree2.cpp:91:32: error: no matching function for call to ‘node<long long int>::add(int&, int&, int&)’
91 | root -> add(x, y, z);
| ^
segmenttree2.cpp:56:10: note: candidate: ‘void node<T>::add(int, T) [with T = long long int]’
56 | void add(int p, T v) {
| ^~~
segmenttree2.cpp:56:10: note: candidate expects 2 arguments, 3 provided