(defun solve (n) ( format t "~A~%" (floor (* n 3) 2) ) ) (solve (read))