submition4

This commit is contained in:
kr820js 2024-02-25 17:46:02 +01:00
parent 440bf4a72d
commit f7655ef0df

View File

@ -13,7 +13,7 @@ int main(){
memset(array_of_winers,0,VELKOST_POLA * sizeof(int));
int i=array_of_quontiti_of_drinked_limonades(pole,array_of_winers);
if(i==0){
printf("ERROR");
printf("Chyba: Málo platných hodnôt.");
}
for(int j=0; j<i; j++){
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",array_of_winers[j]+1,pole[array_of_winers[j]]);