5 lines
106 B
Clojure
5 lines
106 B
Clojure
|
|
(import '(java.util Scanner))
|
||
|
|
(def scan (Scanner. *in*))
|
||
|
|
(def s (.nextLine scan))
|
||
|
|
(def n (.nextInt scan))
|