Problem | xmas |
---|---|
User | bribritt |
Submission Time | 2023-04-01 07:51:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
xmas.cpp: In member function ‘int node::query(int)’:
xmas.cpp:15:28: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
15 | return r->query(x, y);
| ^
| yn
xmas.cpp: In member function ‘void node::update(int, int)’:
xmas.cpp:21:13: error: ‘f’ was not declared in this scope
21 | v = f(l->v, r->v);
| ^