Prześlij pliki do ''

This commit is contained in:
Karol Piotrowski 2020-05-27 02:51:49 +00:00
parent 9dc269e3dd
commit 8076850194

View File

@ -286,7 +286,13 @@ int main() {
string vegetablesForPlanting[20];
genetic_algorithm(population, populationSize, parentsNumber,vegetablesForPlanting, 20);
cout << atoi("000000000");
cout << "Wynik:" <<endl;
for(i=0;i<20;i++) {
cout << vegetablesForPlanting[i] << endl;
}
return 0;