Clojure (use '[clojure.string :only (split triml)]) (def n (Integer/parseInt (read-line))) (loop [i 0] (when (< i n) (def a (read-line)) ...
確定! 回上一頁