用提高效率的暴力法求3000以内的素数
摘要:public class At { public static void main(String[] args) { int haha; for(int i=2;i<=3000;i++) { haha=0; for(int j=2;j<Math.sqrt(i);j++)//关键 ...
阅读全文
posted @ 2017-04-25 02:09
posted @ 2017-04-25 02:09
posted @ 2017-04-25 02:00
posted @ 2017-04-14 01:06
posted @ 2017-04-13 22:01