並且用 count 計算前一組和後一組的個數: (let [[start end] (split-with #(< % 8) (range 1e8))] [(count start) (count end)]) [8 99999992].
確定! 回上一頁