/in/foo.cc: In function 'int main()':
/in/foo.cc:19:30: warning: comparison of integer expressions of different signedness: 'std::priority_queue<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
19 | if (pq.size()>=k&&!ok) ok=1,maxx=pq.top(),q.pop_back();
| ~~~~~~~~~^~~
/in/foo.cc:22:24: warning: comparison of integer expressions of different signedness: 'std::priority_queue<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
22 | while(pq.size()!=k) pq.pop();
| ~~~~~~~~~^~~