c#include <bits/stdc++.h> using namespace std; typedef struct{ string name; int d; int m; int y; }student; bool comp(student s1, student s2){ if(
#include <bits/stdc++.h> using namespace std; typedef struct{ string name; int d; int m; int y; }student; bool comp(student s1, student s2){ if(