closing.cpp:18:1: error: 'priority_queue' does not name a type
18 | priority_queue<int>pq;
| ^~~~~~~~~~~~~~
closing.cpp: In function 'int max_score(int, int, int, long long int, std::vector<int>, std::vector<int>, std::vector<int>)':
closing.cpp:44:13: error: 'pq' was not declared in this scope
44 | pq.push(-dist[i][0]);
| ^~
closing.cpp:48:15: error: 'pq' was not declared in this scope
48 | while(pq.size())
| ^~
closing.cpp:61:19: warning: unused variable 'lstmask' [-Wunused-variable]
61 | long long lstmask=(1<<n),cost,cnt,sol=0,j;
| ^~~~~~~
closing.cpp:61:34: warning: unused variable 'cost' [-Wunused-variable]
61 | long long lstmask=(1<<n),cost,cnt,sol=0,j;
| ^~~~
closing.cpp:61:39: warning: unused variable 'cnt' [-Wunused-variable]
61 | long long lstmask=(1<<n),cost,cnt,sol=0,j;
| ^~~
closing.cpp:61:43: warning: unused variable 'sol' [-Wunused-variable]
61 | long long lstmask=(1<<n),cost,cnt,sol=0,j;
| ^~~
closing.cpp:61:49: warning: unused variable 'j' [-Wunused-variable]
61 | long long lstmask=(1<<n),cost,cnt,sol=0,j;
| ^