求1-100之间的所有素数
摘要:在控制台输出1-100之间的所有素数。素数是指一个正整数只能被1和其本身整除。 1 public class PrimeNumber { 2 public static void main(String args[]) { 3 int count = 0; 4 ...
阅读全文
posted @ 2015-07-15 12:22
posted @ 2015-07-15 12:22
posted @ 2015-07-05 01:40
posted @ 2015-07-05 00:05
posted @ 2015-06-30 19:47
posted @ 2015-06-30 13:47