(defn fight-one-round [[a b :as fighters]] (let [ticks (apply min (map :cooldown-remaining fighters)) damage-dealt (fn [fighter] (if ...
確定! 回上一頁