Области эквивалентности

This commit is contained in:
KhasanovAM
2026-03-18 15:36:36 +04:00
parent bff7694a65
commit 5b4c7577e0
105 changed files with 8046 additions and 8133 deletions

View File

@@ -39,7 +39,7 @@ public class Program
string[] lines = File.ReadAllLines(txtFile);
if (lines.Length == 0 || lines[0] == "None")
return new double[0];
return Array.Empty<double>();
double[] data = new double[lines.Length];
for (int i = 0; i < lines.Length; i++)