c#include <bits/stdc++.h> using namespace std; bool compare(pair<int, string> one, pair<int, string> two){ return one.first < two.first; } int main(
#include <bits/stdc++.h> using namespace std; bool compare(pair<int, string> one, pair<int, string> two){ return one.first < two.first; } int main(