| Problem | prefixsums |
|---|---|
| User | Xiaoyang |
| Submission Time | 2023-10-05 09:36:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp:43:6: error: redefinition of ‘bool cmp(query, query)’
43 | bool cmp(query a, query b) {
| ^~~
prefixsums.cpp:35:6: note: ‘bool cmp(query, query)’ previously defined here
35 | bool cmp(query a,query b){
| ^~~