public static void Main()
int x = int.Parse(Console.ReadLine());
x = int.Parse(Console.ReadLine());
Console.WriteLine("There is more positive numbers than negative");
Console.WriteLine("There is more negative than positive");
Console.WriteLine("There is the same amount of negative numbers and positive");