class Solution { public: int findKth(vector<int> a, int n, int K) { // write code here priority_queue<int,vecto...