diff --git a/du2/program b/du2/program index d8c8669..b6276d0 100755 Binary files a/du2/program and b/du2/program differ diff --git a/du2/program.c b/du2/program.c index 8ed26a9..552073f 100644 --- a/du2/program.c +++ b/du2/program.c @@ -6,7 +6,7 @@ int main(){ int pole[VELKOST_POLA]; int max_hodnota=0; int value=0; - int r; + int r=0; while(i max_hodnota){ - max_hodnota = pole[i]; + max_hodnota = pole[i]; } } -printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n", i,max_hodnota); \ No newline at end of file +printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n", i,max_hodnota); +} \ No newline at end of file