Problem tourist
User Henries
Submission Time 2024-12-29 01:13:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist.cpp: In function ‘int main()’:
tourist.cpp:33:36: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
33 | while(!pq.empty()) && track >= k){
| ^
tourist.cpp:33:37: error: expected ‘;’ before ‘)’ token
33 | while(!pq.empty()) && track >= k){
| ^
| ;
tourist.cpp:33:27: error: label ‘track’ used but not defined
33 | while(!pq.empty()) && track >= k){
| ^~~~~