G
This commit is contained in:
parent
ddaf699a07
commit
09d4f14580
@ -28,10 +28,9 @@ int main(){
|
||||
}
|
||||
}
|
||||
|
||||
printf("Výherca je súťažiaci ");
|
||||
for (int i = 0; i < count; i++) {
|
||||
if (field[i] == max_num) {
|
||||
printf("%d ktorý vypil %d pohárov.\n", i + 1, max_num);
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",i+1, max_num);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user