Aktualizovat „du5/program.c“
This commit is contained in:
parent
13b4d317b3
commit
547052ae7c
@ -81,8 +81,10 @@ int main(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
if(c>1){
|
||||||
k--;
|
k--;
|
||||||
|
}
|
||||||
|
|
||||||
printf("Vysledky:\n");
|
printf("Vysledky:\n");
|
||||||
for(int i =0;i<k;i++){
|
for(int i =0;i<k;i++){
|
||||||
printf("%d %s\n",PersonList[i].score,PersonList[i].name);
|
printf("%d %s\n",PersonList[i].score,PersonList[i].name);
|
||||||
|
Loading…
Reference in New Issue
Block a user