摘要:
1. #include<bits/stdc++.h>using namespace std;bool book[10000001];int prime[100001];int t=1;void Prime(int x){ memset(book,0,sizeof(book)); for(int i= 阅读全文
posted @ 2023-05-15 18:32
Verneyyx
阅读(19)
评论(0)
推荐(0)