(def r #(or(=()%1)(do(r(rest%1)(str%2" ")%3)(%3%2)(apply%3%1)(%3%2)(prn))))(r(read-line)""print)