Изменил(а) на 'du5/program.c'
This commit is contained in:
parent
8b03000d68
commit
d57fe6e34d
@ -72,6 +72,7 @@ int main(){
|
|||||||
databaza[id].votes += value;
|
databaza[id].votes += value;
|
||||||
//printf("data===>%d\n",databaza[id].votes);
|
//printf("data===>%d\n",databaza[id].votes);
|
||||||
}
|
}
|
||||||
|
printf("Vysledky:\n");
|
||||||
for (int i = 0; i < size; i++) {
|
for (int i = 0; i < size; i++) {
|
||||||
printf("%d", databaza[i].votes);
|
printf("%d", databaza[i].votes);
|
||||||
printf(" %s\n", databaza[i].name);
|
printf(" %s\n", databaza[i].name);
|
||||||
|
Loading…
Reference in New Issue
Block a user