For primes under 100000, the Python version finished in 0.5 sec, Clojure in 5. ... (iterate inc 2))) (defn cumulative-sum [s] (reduce (fn [v, x] (conj v (+ ...
確定! 回上一頁