18 lines
301 B
C
18 lines
301 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#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;
|
|
} |