| Problem | boxes2 |
|---|---|
| User | PlayVoltz |
| Submission Time | 2024-01-02 12:57:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
boxes2.cpp: In function ‘int32_t main()’:
boxes2.cpp:49:11: error: ‘query’ was not declared in this scope
49 | int res=query(l[i])-psum[i];
| ^~~~~
boxes2.cpp:51:37: error: expected ‘;’ before ‘}’ token
51 | lct->up(line(r[i], res+psum[i-1]))
| ^
| ;
52 | }
| ~