This commit is contained in:
Andrii Hermaniuk 2022-03-10 18:26:26 +01:00
parent eff25efc58
commit 675f01409c

View File

@ -20,7 +20,7 @@ int main(){
} }
pole[idx]=value; pole[idx]=value;
if (pole[idx] > max_hodnota){ if (pole[idx] > max_hodnota){
max_hodnota = pole[i]; max_hodnota = pole[idx];
} }
idx++; idx++;
value++; value++;