Problem | rmaxq |
---|---|
User | Schzeey |
Submission Time | 2023-02-23 19:58:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rmaxq.cpp: In function ‘int main()’:
rmaxq.cpp:100:31: error: too few arguments to function ‘long long int query(ll, ll, ll, ll, ll, std::vector<long long int>&)’
100 | cout<<query(0, n-1, 0, a, b)<<'\n';
| ^
rmaxq.cpp:22:11: note: declared here
22 | long long query(ll s, ll e, ll ind, ll qs, ll qe, vector<ll> &v)
| ^~~~~