1
0

implemented file reading

This commit is contained in:
2024-10-08 14:54:19 +02:00
parent 7120fe0509
commit 6abe829fdb
4 changed files with 85 additions and 26 deletions

9
my_tasks.csv Normal file
View File

@@ -0,0 +1,9 @@
1 0 10 1
2 7 100 3
3 12 10 2
4 23 100 2
5 40 1000 3
6 41 100 3
7 54 100 2
8 80 100 2
9 90 1000 1
1 1 0 10 1
2 2 7 100 3
3 3 12 10 2
4 4 23 100 2
5 5 40 1000 3
6 6 41 100 3
7 7 54 100 2
8 8 80 100 2
9 9 90 1000 1