Given the following priority_queue operations:
priority_queueex7;ex7.push(1.8); ex7.push(5.2); ex7.push(3.4); ex7.push (6.7);while (!ex7.empty()) { cout << ex7.top() << " "; ex7.pop(); }
What is output?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.