Closed Liutos closed 2 years ago
即支持定义下列代码
(defun palindromicp (number) (let ((str (itoa number))) (string= str (reverse str))))
即支持定义下列代码