diff --git a/HW10/main.cpp b/HW10/main.cpp index 972605c..b63ec7b 100644 --- a/HW10/main.cpp +++ b/HW10/main.cpp @@ -23,7 +23,12 @@ int main(int argc, char* argv[]) citiesSize = cities.size(); //Make costMatrix costMatrix = CostMatrixGenerator::GenerateCostMatrix(cities); - + for(int i = 0; i < citiesSize; i++){ + for(int j = 0; j