随笔分类 -  算法总结

摘要:最近蒟蒻刚学了高精算法,来发个模板吧! 高精加(HAA)【模板】 1 #include<bits/stdc++.h> 2 using namespace std; 3 string x,y; 4 int a[100010],b[100010],c[100010],xa,xb,xc; 5 /*数组大小 阅读全文
posted @ 2021-04-05 12:20 Integricode26 阅读(110) 评论(0) 推荐(0)
摘要:1 #include<bits/stdc++.h> 2 using namespace std; 3 int tot,n,m,s,ver[2*5000010],head[2*500010],nxt[2*500010],f[500010][30],d[500010]; 4 void add(int x 阅读全文
posted @ 2020-07-25 10:35 Integricode26 阅读(116) 评论(0) 推荐(0)