Fork me on GitHub
摘要: *因为1既不是质素也不是素数,所以从2开始* 下面给出了一种简单的方法: public class ceshi{ public static void main(String[] args){ int j; for(int i=2; i <= 100; i++ ) { for( j = 2; j < 阅读全文
posted @ 2020-05-27 10:04 涛声-依旧 阅读(3259) 评论(0) 推荐(0)