数论
摘要:
#pragma warning (disable: 4786)#include#include#include#include#include#includeusing namespace std;#ifdef _WIN32typedef unsigned __int64 UINT64;#eliftypedef unsigned long long UINT64;#endif//1000以内素数表UINT64 gPrimeTable1000[] = {2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97, 阅读全文
posted @ 2012-11-18 11:59
赛欧拉
阅读(179)
评论(0)
推荐(0)
浙公网安备 33010602011771号