learning_notes
学习笔记
View project on
GitHub
从一到无穷大
质数
就是不能用两个或两个以上较小整数的乘积来表示的数,如 1,2,3,5,7,11,13,17,等等。而 12 可以写成 2×2×3,所以就不是质数。