using System.Collections.Generic;
using System.Threading.Tasks;
static void Main(string[] args)
StreamReader sr1 = new StreamReader("A.txt");
StreamReader sr2 = new StreamReader("A.txt");
StreamReader sr3 = new StreamReader("A.txt");
string a = sr2.ReadLine();
string line = sr1.ReadLine();
string[] tmp = line.Split('\t');
Console.WriteLine(txtlength);
double[,] matrix01 = new double[txtlength,tmp.Length];
string c = sr3.ReadLine();
string[]tmp2=line.Split('\t');
for(int p=0;p!=txtlength;p++)
for(int j=0;j!=tmp.Length;j++)
matrix01[p,j] = Convert.ToDouble(tmp2[t]);
for (int p = 0; p != txtlength; p++)
for (int j = 0; j != tmp.Length; j++)
Console.Write(matrix01[p, j]+'\t');