Update 'du2/program.c'

This commit is contained in:
Peter Sabol 2022-03-09 08:27:25 +00:00
parent 21675c3361
commit ad5e194b1d

View File

@ -7,6 +7,7 @@ int main(){
int pocet; int pocet;
int max=0; int max=0;
int i=0; int i=0;
char pole[];
memset(pole,0,VELKOST_POLA * sizeof(int)); memset(pole,0,VELKOST_POLA * sizeof(int));
for(){ for(){
if (pole[i] > max){ if (pole[i] > max){