Update 'du2/program.c'
This commit is contained in:
parent
d93f8b4323
commit
01beddb13f
@ -3,16 +3,5 @@
|
|||||||
#define VELKOST_POLA 52
|
#define VELKOST_POLA 52
|
||||||
|
|
||||||
int main(){
|
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;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user