我们的题目是求出1,000 以下且为3 或5 的倍数的自然数的和。 ;;定义函数(defn divisible-by-3-or-5 [num] (or (== (mod num 3) ...
確定! 回上一頁