Problem collectmushrooms
User Dynonychus
Submission Time 2024-01-10 22:53:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms.cpp: In function ‘int main()’:
collectmushrooms.cpp:74:14: error: ‘b’ was not declared in this scope
74 | cin>>t>>a>>b;
| ^
collectmushrooms.cpp:76:3: error: ‘deqq’ was not declared in this scope
76 | deqq.push_back({a, b});
| ^~~~
collectmushrooms.cpp:79:14: error: ‘deqq’ was not declared in this scope
79 | RMQ(arr, n, deqq, m);
| ^~~~