Update 'du2/program.c'
This commit is contained in:
parent
01beddb13f
commit
21675c3361
@ -3,5 +3,17 @@
|
|||||||
#define VELKOST_POLA 52
|
#define VELKOST_POLA 52
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
|
int vysledky[VELKOST_POLA];
|
||||||
|
int pocet;
|
||||||
|
int max=0;
|
||||||
|
int i=0;
|
||||||
|
memset(pole,0,VELKOST_POLA * sizeof(int));
|
||||||
|
for(){
|
||||||
|
if (pole[i] > max){
|
||||||
|
max = pole[i];
|
||||||
|
}
|
||||||
|
printf("Súťažiaci č.", 1 ,"vypil", 1 ,"pohárov.")
|
||||||
|
}
|
||||||
|
printf("Výherca je súťažiaci", 5 ,"ktorý vypil", 5 ,"pohárov.")
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user