mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2026-04-19 20:41:50 +03:00
upd lab2 (remove todo)
This commit is contained in:
@@ -95,7 +95,6 @@ public class Lab2 {
|
|||||||
// System.exit(0);
|
// System.exit(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// todo check repetition of minimal elements
|
|
||||||
int sum = 0;
|
int sum = 0;
|
||||||
for (int j = 0; j < MATRIX_C[0].length; j++) {
|
for (int j = 0; j < MATRIX_C[0].length; j++) {
|
||||||
int tmpSmallest = MATRIX_C[0][j];
|
int tmpSmallest = MATRIX_C[0][j];
|
||||||
|
|||||||
Reference in New Issue
Block a user