using System;
bool peula(double[] maarah) {
int abova = 0;
int beloua = 0;
double memu = 0;
for(int c = 0; c < maarah.Length; c++) {
maarah[c] = double.Parse(Console.ReadLine());
memu += maarah[c];
}
double num = memu / maarah.Length;
if(maarah[c] > num) {
abova += 1;
if(maarah[c] < num) {
beloua += 1;
if(abova == beloua) {
return true;
} else {
return false;