#include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; #define N (1000000000+7) //#define N 998244353 #define INF 1e16 typedef long long ll; typedef pair P; typedef pair Q; const int inf = (int)1e9; ll gcd(ll a, ll b) { if (b > a) { ll tmp = b; b = a; a = tmp; } if (a%b == 0)return b; else return gcd(b, a%b); } int main(void){ int n; cin>>n; mapS; for(int i=0;i>s; S[s]++; } int ans1 = 0,ans2 = 0; for(auto [x,y]:S){ if(y>ans1){ ans1 = y; ans2 = x.size()-2; } if(y==ans1 && x.size()-2>ans2){ ans2 = x.size()-2; } } cout<