This commit is contained in:
Oleksandr Hryshchenko 2021-03-09 20:36:21 +01:00
parent c83790f5b2
commit 79e7bf137f

View File

@ -43,6 +43,6 @@ int main() {
bubbleSort(numbers, sizeof(numbers)/sizeof(numbers[0]));
printf ("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",max_posistion,numbers[counter-1]);
printf ("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",max_position,numbers[counter-1]);
return 0;
}