https://www.hackerrank.com/challenges/torque-and-development/problem?isFullScreen=true Roads and Libraries | HackerRank Help the ruler of HackerLand determine the cheapest way to give his citizens access to libraries. www.hackerrank.com #include using namespace std; #define PII pair int q, n, m, c_lib, c_road, parent[100001], rrank[100001], cnt[100001]; int Find(int x) { if (parent[x] == x) retu..