.
This commit is contained in:
parent
127c291bef
commit
97c2a5067d
@ -10,7 +10,7 @@ int main(){
|
||||
while(i<VELKOST_POLA){
|
||||
value=0;
|
||||
int r = scanf("%d",&value);
|
||||
pole[i]=value;
|
||||
pole[i]=r;
|
||||
if(r==1){
|
||||
i++;
|
||||
printf("Súťažiaci č. %d vypil %d pohárov.\n", i,r);
|
||||
@ -25,8 +25,4 @@ while(i<VELKOST_POLA){
|
||||
|
||||
|
||||
}
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n", i,max_hodnota);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n", i,max_hodnota);
|
Loading…
Reference in New Issue
Block a user