Use parse-long
This commit is contained in:
parent
ab2f611f30
commit
527b1d41ea
2
2025.clj
2
2025.clj
@ -20,7 +20,7 @@ L82")
|
|||||||
[(if (= "R" (str (first line)))
|
[(if (= "R" (str (first line)))
|
||||||
#'+
|
#'+
|
||||||
#'-)
|
#'-)
|
||||||
(Integer/parseInt (str/join (rest line)))])
|
(parse-long (str/join (rest line)))])
|
||||||
(str/split-lines input))]
|
(str/split-lines input))]
|
||||||
(loop [s sequence
|
(loop [s sequence
|
||||||
curr 50
|
curr 50
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user