首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
projecteuler专题
【ProjectEuler】ProjectEuler_052(找出最小的正整数x,使得2x, 3x, 4x, 5x和6x都包含同样的数字)
#pragma once#include <windows.h>#include <vector>#include <set>using namespace std;class MoonMath{public:MoonMath(void);~MoonMath(void);//************************************// Method: IsInt//
阅读更多...
【ProjectEuler】ProjectEuler_051(找出最小的能够通过改变同一部分得到八个质数的质数)
#pragma once#include <windows.h>#include <vector>#include <set>using namespace std;class MoonMath{public:MoonMath(void);~MoonMath(void);//************************************// Method: IsInt//
阅读更多...
【ProjectEuler】ProjectEuler_050(找到100万以内最多连续素数的和,它也同时是个素数)
#pragma once#include <windows.h>#include <vector>#include <set>using namespace std;class MoonMath{public:MoonMath(void);~MoonMath(void);//************************************// Method: IsInt//
阅读更多...
【ProjectEuler】ProjectEuler_049
#pragma once#include <windows.h>#include <vector>#include <set>using namespace std;class MoonMath{public:MoonMath(void);~MoonMath(void);//************************************// Method: IsInt//
阅读更多...
【ProjectEuler】ProjectEuler_047
#pragma once#include <windows.h>#include <vector>#include <set>using namespace std;class MoonMath{public:MoonMath(void);~MoonMath(void);//************************************// Method: IsInt//
阅读更多...
【ProjectEuler】ProjectEuler_044
#pragma once#include <windows.h>class MoonMath{public:MoonMath(void);~MoonMath(void);//************************************// Method: IsInt// Access: public// Describe: 判断double值在epsi
阅读更多...
【ProjectEuler】ProjectEuler_045
#pragma once#include <windows.h>class MoonMath{public:MoonMath(void);~MoonMath(void);//************************************// Method: IsInt// Access: public // Describe: 判断double值在eps
阅读更多...