https://thesobersobber.github.io/CP-Snippets/pq
priority_queue<int> pq; priority_queue<int, vector<int>, greater<>> pq;