This commit is contained in:
Patrik Seman 2023-03-04 13:20:03 +01:00
parent 6bb00552cc
commit 0e4943f2cf
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ int main(){
int pole[VELKOST_POLA];
memset(pole, 0, VELKOST_POLA * sizeof(int));
int max_hodnota = 0;
int max_hrac = 0;
//int max_hrac = 0;
int value = 0;
int r = 0;
int najlepsi[VELKOST_POLA];