Problem competition
User Henries
Submission Time 2024-10-05 22:46:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘long long int solve(std::priority_queue<long long int>, long long int)’:
competition.cpp:6:16: error: overloaded function with no contextual type information
6 | max = pq.top();
| ^
competition.cpp:7:12: error: overloaded function with no contextual type information
7 | total += max;
| ^~~