摘要:
##不想写了,反正原理还没有自己推出来过,就这样吧,如果哪天整清楚了我再补上 #include<bits/stdc++.h> using namespace std; bool ispri[1009]; long long pri[1009]; const long long MAXN=1e3; l 阅读全文
摘要:
####本题拿到第一反应桶排序思想似乎可以水过,但是很明显出问题了。 #include <bits/stdc++.h> using namespace std; int N; inline int kd(){ int x=0,f=1;char ch=getchar(); while(isdigit( 阅读全文