Update 'du2/program.c'
This commit is contained in:
parent
f66e35f6d4
commit
d94dcf355c
@ -34,7 +34,7 @@ nacit++;
|
||||
if(v > lepvys) lepvys = v;
|
||||
}
|
||||
|
||||
for(b = 0; b > nacit; b++)
|
||||
for(b = 0; b < nacit; b++)
|
||||
printf("Súťažiaci č. %d vypil %d pohárov.\n", b + 1, outcome[b]);
|
||||
|
||||
for(b = 0; b < nacit; b++){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user