Problem sightseeing
User justin271828
Submission Time 2024-10-04 19:03:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sightseeing.cpp: In function ‘int main()’:
sightseeing.cpp:32:8: error: expected ‘(’ before ‘!’ token
32 | while !(pq.empty()) {
| ^
| (
sightseeing.cpp:32:21: error: expected ‘)’ before ‘{’ token
32 | while !(pq.empty()) {
| ~ ^~
| )