|
@@ -23,7 +23,7 @@ namespace Exam
|
|
|
Debug.WriteLine("Debug"); //Don't write Debug
|
|
|
Console.ReadLine();
|
|
|
|
|
|
- m: Console.WriteLine("Сколько труб?");//ввод размерности
|
|
|
+ m: Console.WriteLine("Сколько изделий?");//ввод размерности
|
|
|
int n = Int32.Parse(Console.ReadLine());
|
|
|
double[,] a = new double[n, n];//массив матрицы
|
|
|
double[] b = new double[n];//массив b
|