This commit is contained in:
Andrii Hermaniuk 2022-03-10 18:37:21 +01:00
parent 72d32db934
commit 81f126b3ce

View File

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