https://codeforces.net/contest/1399/submission/229486965
I am iterating on all edges and storing all possible contribution. Then sorting it and using two pointer. Complexity: O(nlogw.log(nlogw)). It is same as jiangly solution. But I am getting Runtime error. It already tried looking for index out of bounds and memory lomit