| Problem | segmenttree2 |
|---|---|
| User | ensonchew |
| Submission Time | 2025-12-08 14:40:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
segmenttree2.cpp: In member function ‘long long int node::query(long long int, long long int)’:
segmenttree2.cpp:43:31: error: ‘val’ was not declared in this scope; did you mean ‘value’?
43 | if (x == s && y == e)return val;
| ^~~
| value