Problem | hackingscores |
---|---|
User | Pyrros |
Submission Time | 2024-06-21 15:57:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hackingscores.cpp: In function ‘int main()’:
hackingscores.cpp:28:11: error: expected ‘;’ before ‘pq’
28 | pq.pop()
| ^
| ;
29 | pq.push(temp);
| ~~