Given the input below, construct a function in CLOJURE to construct a polynomial as a hash-map. Input: (poly "x" [1 2 3 4]). Input: (poly "x" [8 2 0 5]).
確定! 回上一頁