c#include <bits/stdc++.h> using namespace std; typedef struct{ int country; int gold; int silver; int bronze; int rank; }medal; bool compareMedal(const medal A
#include <bits/stdc++.h> using namespace std; typedef struct{ int country; int gold; int silver; int bronze; int rank; }medal; bool compareMedal(const medal A