ASD
This commit is contained in:
parent
b1a44aefd9
commit
6d9be1dc22
BIN
du2/program
BIN
du2/program
Binary file not shown.
@ -26,7 +26,7 @@ int main(){
|
||||
do{
|
||||
printf("Súťažiaci č. %d vypil %d pohárov.\n",a+1,results[a]);
|
||||
if(a == i - 1){
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",first,max);
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",a+1,max);
|
||||
break;
|
||||
}
|
||||
a++;
|
||||
|
Loading…
Reference in New Issue
Block a user