This commit is contained in:
Matej Hajduk 2025-02-25 14:15:54 +01:00
parent f0d46eaf96
commit fbe4b66d29

View File

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