| Problem | dquery |
|---|---|
| User | PrunJuice |
| Submission Time | 2026-01-07 14:43:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dquery.cpp:81:8: error: redefinition of ‘struct Query’
81 | struct Query {
| ^~~~~
dquery.cpp:4:8: note: previous definition of ‘struct Query’
4 | struct Query {
| ^~~~~
dquery.cpp:85:8: error: redefinition of ‘struct Fenwick’
85 | struct Fenwick {
| ^~~~~~~
dquery.cpp:8:8: note: previous definition of ‘struct Fenwick’
8 | struct Fenwick {
| ^~~~~~~
dquery.cpp:108:5: error: redefinition of ‘int main()’
108 | int main() {
| ^~~~
dquery.cpp:31:5: note: ‘int main()’ previously defined here
31 | int main() {
| ^~~~