Update 'du2/program.c'
This commit is contained in:
parent
21675c3361
commit
ad5e194b1d
@ -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){
|
||||||
|
Loading…
Reference in New Issue
Block a user