灯下 登录
计算机科学 / SICP / 1.2.6 Example: Testing for Primality

Exercise 1.21 · 习题

Exercise 1.21: Use the smallest-divisor

procedure to find the smallest divisor of each of the following numbers: 199,

1999, 19999.

练习 1.21:用 smallest-divisor 过程分别求出下列各数的最小因子:199、1999、19999。