using System; class Program { public static void Main() { int[] tomb = {35, 45, 63, 77}; kiir(tomb); } static void kiir(int[] t) { for(int i=0; i