mirror of
https://github.com/KhasanovAMdev/ISTU_TEST_LR1.git
synced 2026-04-03 23:09:36 +04:00
Области эквивалентности
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user