funguje
This commit is contained in:
parent
eff25efc58
commit
675f01409c
@ -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++;
|
||||||
|
Loading…
Reference in New Issue
Block a user