摘要:
求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 ... 阅读全文
摘要:
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... 阅读全文