using System; class Program { public static void Main() { int[] t = {4, 3, 9, 7, 2, 5}; int n = t.Length; //Az n a tömb mérete int min; //Maximum kiválasztás tétele min = t[0]; for(int i=1; i