mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2025-06-07 22:49:24 +03:00
upd lab2 (remove todo)
This commit is contained in:
parent
a61c59bf48
commit
07b17ca3cc
@ -95,7 +95,6 @@ public class Lab2 {
|
||||
// System.exit(0);
|
||||
}
|
||||
}
|
||||
// todo check repetition of minimal elements
|
||||
int sum = 0;
|
||||
for (int j = 0; j < MATRIX_C[0].length; j++) {
|
||||
int tmpSmallest = MATRIX_C[0][j];
|
||||
|
Loading…
x
Reference in New Issue
Block a user