摘要: 高精加 string jia(string a,string b){ string jg=""; int i,j,k,c=0; int a1[1001]={0},b1[1001]={0},c1[1001]={0}; for(i=1;i<=a.size();i++) a1[i]=a[a.size()- 阅读全文
posted @ 2021-08-19 20:59 latent_Lin 阅读(67) 评论(0) 推荐(0)
摘要: 传送门 LCA 但桶用的很妙 真的很妙b( ̄▽ ̄)d #include<iostream> #include<cstdio> using namespace std; int Size1=500000,dist[1000001],h1[1000001],h2[1000001],b1[1000001] 阅读全文
posted @ 2021-08-19 20:54 latent_Lin 阅读(86) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-19 19:05 latent_Lin 阅读(41) 评论(1) 推荐(0)
摘要: 传送门 感想:奇奇怪怪的STL和奇奇怪怪的折半 #include<iostream> #include<cstdio> #include<cmath> #include<map> #include<queue> #include<algorithm> #include<cstring> #inclu 阅读全文
posted @ 2021-08-19 11:13 latent_Lin 阅读(25) 评论(0) 推荐(0)
摘要: 某位神犇整理的 阅读全文
posted @ 2021-08-19 09:31 latent_Lin 阅读(18) 评论(0) 推荐(0)