階乗の計算 in Clojure. GitHub Gist: instantly share code, notes, and snippets. ... (loop [cnt n acc 1]. (if (= cnt 0) acc. (recur (dec cnt) (*' cnt acc))))).
確定! 回上一頁