Problem doll_noi
User Henries
Submission Time 2024-11-09 22:55:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

doll_noi.cpp: In function ‘void solve()’:
doll_noi.cpp:6:22: error: ‘pq’ was not declared in this scope
6 | long long highest = pq.top();
| ^~
doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:26:35: error: expected primary-expression before ‘pq’
26 | solve(priority_queue<long long> pq);
| ^~