Problem | collectmushrooms3 |
---|---|
User | FIips |
Submission Time | 2025-02-19 11:35:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms3.cpp: In function ‘int32_t main()’:
collectmushrooms3.cpp:76:55: error: expected ‘)’ before ‘;’ token
76 | auto lb = lower_bound(arr, arr + n, make_pair(x, 0);
| ~ ^
| )
collectmushrooms3.cpp:77:55: error: expected ‘)’ before ‘;’ token
77 | auto ub = upper_bound(arr, arr + n, make_pair(y, 0);
| ~ ^
| )
collectmushrooms3.cpp:82:29: error: ‘r’ was not declared in this scope
82 | int ans = segtree.qry(l, r);
| ^