2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -22,4 +22,4 @@
|
|||
numbers))
|
||||
|
||||
(defun print-max-factor (pair)
|
||||
(format t "~a has the largest miniumum factor ~a~%" (car pair) (cdr pair)))
|
||||
(format t "~a has the largest minimum factor ~a~%" (car pair) (cdr pair)))
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
CL-USER> (print-max-factor (max-minimum-factor '(12757923 12878611 12878893 12757923 15808973 15780709 197622519)))
|
||||
12878893 has the largest miniumum factor 47
|
||||
12878893 has the largest minimum factor 47
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue