摘要:
/*一个he都没有和有一个he结果是12个he 是23个he 34个he 55个he 8。。。。。把每段的结果相乘取余*/#include#include#define N 10007int f[11000];int main() {int t,i,j,k,n,m,sum,count=0,le... 阅读全文
摘要:
#include#define N 10001#define in 100001int a[in],pre[N],u[in],v[in];int find(int n) {if(n==pre[n])return n;pre[n]=find(pre[n]);return pre[n];}int mai... 阅读全文