kacchi #280(2007/07/06 16:26 GMT) [ Emacs Lisp ] Rating0/0=0.00
Emacs Lisp です。C-x C-e とか M-: とか M-x ielm とかで式を評価。
1 2 3 4
(let ((n 10)) (while (not (zerop (mod (string-to-number (number-to-string n) 13) n))) (setq n (+ n 1))) n)
Rating0/0=0.00-0+
[ reply ]
kacchi
#280()
[
Emacs Lisp
]
Rating0/0=0.00
(let ((n 10)) (while (not (zerop (mod (string-to-number (number-to-string n) 13) n))) (setq n (+ n 1))) n)Rating0/0=0.00-0+
[ reply ]