fork download
  1. (println
  2. (map #(*(bigint(str % %))%)
  3. [ 1; -> 11
  4. 2; -> 44
  5. 3; -> 99
  6. 10; -> 10100
  7. 174; -> 30306276
  8. ]))
Success #stdin #stdout 1.66s 335552KB
stdin
Standard input is empty
stdout
(11N 44N 99N 10100N 30306276N)