using System; class Program { static void Main() { int[] a = {5, 9, 3, 4, 7 }; int[] b = {6, 5, 7, 8, 15, 20 }; int[] c = new int[10]; int n = 5, m = 6, o; //Tömbök mérete int i, j, k; //Ciklusváltozók, illetve tömbindexek k = 0; for (i=0; i