Update 'du2/program.c'

This commit is contained in:
Peter Sabol 2022-03-09 08:22:43 +00:00
parent d93f8b4323
commit 01beddb13f

View File

@ -3,16 +3,5 @@
#define VELKOST_POLA 52
int main(){
int vysledky[VELKOST_POLA];
int pocet;
int max=0;
int i=0;
for()
if (pole[i] > max){
max = pole[i];
}
printf("Počet súťažiacich:\n",,"Počet vypitích drinkov:\n"pole[i])
}
return 0;
}