| Problem | segmenttree |
|---|---|
| User | goose |
| Submission Time | 2026-09-01 16:27:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
segmenttree.cpp: In member function ‘long long int node::update(long long int, long long int)’:
segmenttree.cpp:32:16: error: invalid conversion from ‘node*’ to ‘long long int’ [-fpermissive]
32 | l -> update(l,m);
| ^
| |
| node*
segmenttree.cpp:25:17: note: initializing argument 1 of ‘long long int node::update(long long int, long long int)’
25 | int update(int p, int v) {
| ^