Problem | segmenttree |
---|---|
User | Stucknight |
Submission Time | 2023-12-08 21:37:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
segmenttree.cpp: In function ‘int query(int, int, int, int, int)’:
segmenttree.cpp:22:16: error: a function-definition is not allowed here before ‘{’ token
22 | int32_t main() {
| ^
segmenttree.cpp:30:1: error: expected ‘}’ at end of input
30 | }
| ^
segmenttree.cpp:16:50: note: to match this ‘{’
16 | int query(int idx, int l, int r, int tl, int tr) {
| ^