funguje
This commit is contained in:
parent
eff25efc58
commit
675f01409c
@ -20,7 +20,7 @@ int main(){
|
||||
}
|
||||
pole[idx]=value;
|
||||
if (pole[idx] > max_hodnota){
|
||||
max_hodnota = pole[i];
|
||||
max_hodnota = pole[idx];
|
||||
}
|
||||
idx++;
|
||||
value++;
|
||||
|
Loading…
Reference in New Issue
Block a user