Problem bucketstacking
User PlayVoltz
Submission Time 2024-03-01 12:09:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bucketstacking.cpp: In function ‘int32_t main()’:
bucketstacking.cpp:36:13: error: ‘pq’ was not declared in this scope; did you mean ‘pb’?
36 | s.insert(pq.top());
| ^~
| pb
bucketstacking.cpp:42:27: error: ‘pq’ was not declared in this scope; did you mean ‘pb’?
42 | if (b.size())vect.pb(mp(pq.top(), a));
| ^~
| pb