| Problem | dquery |
|---|---|
| User | jmuzhen |
| Submission Time | 2026-05-12 10:56:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dquery.cpp: In function ‘int main()’:
dquery.cpp:204:27: error: no matching function for call to ‘SubarrayOrderStats<int>::countRange(int&, int&)’
204 | cout<<os.countRange(l, r)<<endl;
| ^
dquery.cpp:149:9: note: candidate: ‘int SubarrayOrderStats<T>::countRange(int, int, const T&, const T&) const [with T = int]’
149 | int countRange(int l, int r, const T& x, const T& y) const {
| ^~~~~~~~~~
dquery.cpp:149:9: note: candidate expects 4 arguments, 2 provided