摘要: 求2~2000的所有素数.有足够的内存,要求尽量快 1 #include "stdafx.h" 2 #include 3 #include 4 5 int array[2000] = {2}; 6 static int find = 1; 7 bool adjust(int value) 8 ... 阅读全文
posted @ 2014-09-03 14:58 kira2will 阅读(136) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/chio/archive/2007/06/11/779408.htmlhttp://www.cnblogs.com/SelaSelah/archive/2012/08/12/2634256.htmlhttp://www.cnblogs.com/Beyon... 阅读全文
posted @ 2014-09-03 09:42 kira2will 阅读(146) 评论(0) 推荐(0) 编辑