Problem bombing
User Naman1312
Submission Time 2024-03-08 16:17:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bombing.cpp: In function ‘int main()’:
bombing.cpp:38:23: error: ‘class std::queue<long long int>’ has no member named ‘top’; did you mean ‘pop’?
38 | int node = pq.top();
| ^~~
| pop