随笔 - 73  文章 - 0 评论 - 0 阅读 - 6643
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

02 2022 档案
高精度模板
摘要:高精度模板 #include<iostream> #include<cmath> #include<string> #include<deque> #include<cstring> #include<algorithm> #include<sstream> #include<queue> #inc 阅读全文
posted @ 2022-02-22 21:48 naiji 阅读(22) 评论(0) 推荐(0) 编辑
st表
摘要:st表 int st[100000][20];//从第i个数往后2^k个数的情况 for(int k=1;k<=20;k++) { for(int i=1;(i+(1<<k)-1)<=n;i++) { st[i][k]=st[i][k-1]+st[i+(1<<(k-1))][k-1] } } int 阅读全文
posted @ 2022-02-21 14:19 naiji 阅读(12) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示