c#include <bits/stdc++.h> using namespace std; bool comp(pair<string, int> p1, pair<string, int> p2){ if (p1.second == p2.second){ return p1
#include <bits/stdc++.h> using namespace std; bool comp(pair<string, int> p1, pair<string, int> p2){ if (p1.second == p2.second){ return p1