Title: Create 素数筛 by tsandl · Pull Request #1 · tsandl/algorithm · GitHub
Open Graph Title: Create 素数筛 by tsandl · Pull Request #1 · tsandl/algorithm
X Title: Create 素数筛 by tsandl · Pull Request #1 · tsandl/algorithm
Description: #include
#include
using namespace std;
int main()
{
int n,i,j;
cin>>n;
int a[n];
for(i=0;i<=n;i++)//初始化数组
{
a[i]=i;
}
a[1]=0;
for(i=2;i Open Graph Description: #include
#include
using namespace std;
int main()
{
int n,i,j;
cin>>n;
int a[n];
for(i=0;i<=n;i++)//初始化数组
{
a[i]=i;
}
a[1]=0;
for(i=2;i<sqrt(n);i++)
{
for(j=i+1;j<n;j++)
{
if(a[j]!=0...
X Description: #include
#include
using namespace std;
int main()
{
int n,i,j;
cin>>n;
int a[n];
for(i=0;i<=n;i++)//初始化数组
{
a[i]=i;
}
a[1]=0;
for(i=2;i<sqrt(n);i++)
{
for(j=i+1;j<...
Opengraph URL: https://github.com/tsandl/algorithm/pull/1
X: @github
Domain: patch-diff.githubusercontent.com
Links:
Viewport: width=device-width
route-pattern /_view_fragments/voltron/pull_requests/show/:user_id/:repository/:id/pull_request_layout(.:format) route-controller voltron_pull_requests_fragments route-action pull_request_layout fetch-nonce v2:d66bef2b-419c-4fd3-5ba8-99b08052d099 current-catalog-service-hash ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b request-id B99A:DE24:11081D9:15A1991:697F1193 html-safe-nonce c18d01b6436b3d6378f1f5b8e963ccc2329d56667ee4d3a372e9f5e3a765c4e4 visitor-payload eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOTlBOkRFMjQ6MTEwODFEOToxNUExOTkxOjY5N0YxMTkzIiwidmlzaXRvcl9pZCI6IjI5MDY2ODc1Mjk1NzcwMjU5MzkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== visitor-hmac c0e31b4ade084deb9e63ca52fca64020482912cbd738b288d9f9493385675398 hovercard-subject-tag pull_request:208869817 github-keyboard-shortcuts repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot google-site-verification Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I octolytics-url https://collector.github.com/github/collect analytics-location / fb:app_id 1401488693436528 apple-itunes-app app-id=1477376905, app-argument=https://github.com/_view_fragments/voltron/pull_requests/show/tsandl/algorithm/1/pull_request_layout twitter:image https://opengraph.githubassets.com/25e014e6dbec384123717cd81a27c8abf0671b1c652f788a5fc7c713fc81d666/tsandl/algorithm/pull/1 twitter:card summary_large_image og:image https://opengraph.githubassets.com/25e014e6dbec384123717cd81a27c8abf0671b1c652f788a5fc7c713fc81d666/tsandl/algorithm/pull/1 og:image:alt #include
#include
using namespace std;
int main()
{
int n,i,j;
cin>>n;
int a[n];
for(i=0;i<=n;i++)//初始化数组
{
a[i]=i;
}
a[1]=0;
for(i=2;i<sqrt(n);i++)
{
for(j=i+1;j<n;j++)
{
if(a[j]!=0... og:image:width 1200 og:image:height 600 og:site_name GitHub og:type object og:author:username tsandl hostname github.com expected-hostname github.com None 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 turbo-cache-control no-preview go-import github.com/tsandl/algorithm git https://github.com/tsandl/algorithm.git octolytics-dimension-user_id 31844263 octolytics-dimension-user_login tsandl octolytics-dimension-repository_id 120721988 octolytics-dimension-repository_nwo tsandl/algorithm octolytics-dimension-repository_public true octolytics-dimension-repository_is_fork false octolytics-dimension-repository_network_root_id 120721988 octolytics-dimension-repository_network_root_nwo tsandl/algorithm turbo-body-classes logged-out env-production page-responsive disable-turbo false browser-stats-url https://api.github.com/_private/browser/stats browser-errors-url https://api.github.com/_private/browser/errors release 7c85641c598ad130c74f7bcc27f58575cac69551 ui-target full theme-color #1e2327 color-scheme light dark
URLs of crawlers that visited me.