Problem hackingscores
User Pyrros
Submission Time 2024-06-21 15:57:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hackingscores.cpp: In function ‘int main()’:
hackingscores.cpp:28:11: error: expected ‘;’ before ‘pq’
28 | pq.pop()
| ^
| ;
29 | pq.push(temp);
| ~~