c#include <bits/stdc++.h> using namespace std; typedef struct{ int country; int number; int score; } student; bool compareStudent(student s1, student s2){ if(s1.
#include <bits/stdc++.h> using namespace std; typedef struct{ int country; int number; int score; } student; bool compareStudent(student s1, student s2){ if(s1.