Оновити 'cv5/program.c'

This commit is contained in:
Kapliuk 2024-03-21 19:14:45 +00:00
parent 67575827e3
commit 25638f985e

View File

@ -68,6 +68,7 @@ int main(){
else {
memset(databaza[counter].name,0,velkost_mena);
databaza[id].votes = databaza[id].votes + value;
size++;
}
counter++;
}