Problem | plagia |
---|---|
User | gohchingjayk |
Submission Time | 2025-02-19 18:38:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
plagia.cpp: In member function ‘void Node::update(int, int, int)’:
plagia.cpp:57:12: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
57 | if (e >= m + 1) right->update(s, e, v);
| ^
| tm
plagia.cpp:58:12: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
58 | if (s <= m) left->update(s, e, v);
| ^
| tm
plagia.cpp: In member function ‘i64 Node::rsq(int, int)’:
plagia.cpp:76:12: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
76 | if (e >= m + 1) ans = right->rsq(s, e);
| ^
| tm
plagia.cpp:77:12: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
77 | if (s <= m) ans += left->rsq(s, e);
| ^
| tm