fuck you
This commit is contained in:
parent
a11822205c
commit
2869ca589a
1 changed files with 1 additions and 1 deletions
2
l1/5.jl
2
l1/5.jl
|
@ -95,7 +95,7 @@ according to their absolute values.
|
||||||
function sumvectorsincreasing(x::Vector{T}, y::Vector{T})::T where T <: AbstractFloat
|
function sumvectorsincreasing(x::Vector{T}, y::Vector{T})::T where T <: AbstractFloat
|
||||||
s::Vector{T} = zeros(T, length(x))
|
s::Vector{T} = zeros(T, length(x))
|
||||||
|
|
||||||
for i::Int in 1:(length(x))
|
for i::Int in 1:(length(x))
|
||||||
s[i] = x[i] * y[i]
|
s[i] = x[i] * y[i]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue