From 2869ca589a7d12b51366b8ee4fdd4b8c31d7d6b8 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 8 Nov 2024 11:01:17 +0100 Subject: [PATCH] fuck you --- l1/5.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l1/5.jl b/l1/5.jl index 879724e..d716a78 100755 --- a/l1/5.jl +++ b/l1/5.jl @@ -95,7 +95,7 @@ according to their absolute values. function sumvectorsincreasing(x::Vector{T}, y::Vector{T})::T where T <: AbstractFloat 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] end