This commit is contained in:
Kozar 2024-02-28 13:32:27 +01:00
parent cb589d0eac
commit bd08c000f2

View File

@ -22,7 +22,7 @@ int main(){
for (int i = 0; i < count; i++) {
printf("Sutaziaci č. %d vypil %d pohárov.\n", i + 1, field[i]);
}
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",i+1,results[i]);
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",i+1,field[i]);
return 0;
}