#include<bits/stdc++.h>
using namespace std;
#define N 20000
int prime[N],cnt;
bool check(int x
P1579 哥德巴赫猜想(升级版)
最新推荐文章于 2024-05-05 15:03:15 发布

#include<bits/stdc++.h>
using namespace std;
#define N 20000
int prime[N],cnt;
bool check(int x