- الكود:
#include <stdio.h>
#include <iostream>
#include <bits/stdc++.h>
using namespace std;
int main(){
int x=1, y,n;
cin>>n;
string arr[n];
for (int i=0 ;i<n;i++)
cin>>arr[i];
if (n==1)
cout<<arr[0];
else
{
for (int i=1 ; i<n;i++)
{
if (arr[i]==arr[0])
x++;
else
y=i;
}
if (n-x<x)
cout<<arr[0];
else
cout<<arr[y];
}
return 0;
}
مواضيع مماثلة
I. Football \\ Week (5+) Sheet
Admin- Admin
- عدد المساهمات : 413
تاريخ التسجيل : 20/10/2010
- مساهمة رقم 1