This commit is contained in:
Matej Hajduk 2025-02-25 13:53:39 +01:00
parent 9224269b85
commit 70ca646c75

View File

@ -8,7 +8,7 @@ int main() {
int pocet = 0;
int cislo;
memset(vysledky, 0, sizeof(vysledky));
memset(vysledky, 0, VELKOST_POLA * sizeof(int));
while (pocet < VELKOST_POLA && scanf("%d", &cislo) == 1) {