PG
(чужой_код |> compare(мой_код) == :eq)
|> if(do: :bad_review) |> Kernel."||"(:good_review)
Size: a a a
PG
(чужой_код |> compare(мой_код) == :eq)
|> if(do: :bad_review) |> Kernel."||"(:good_review)
AD
LL
AD
LL
AB
NB
AB
AD
BB
BB
V
# The sum of the squares of the first ten natural numbers is,не понял сейчас. разве не 1 + 4 ... итогдалие?
# 12 + 22 + ... + 102 = 385
AB
|> Enum.map(&Task.async(fn -> (:math.pow(&1, 2)) end))
|> Enum.map(&Task.await/1)
PG
AD
# The sum of the squares of the first ten natural numbers is,не понял сейчас. разве не 1 + 4 ... итогдалие?
# 12 + 22 + ... + 102 = 385
NB
:os.system_time(:micro_seconds)
, а не только :os.system_time(:microsecond)
AM
:os.system_time(:micro_seconds)
, а не только :os.system_time(:microsecond)