10 2021 档案

摘要:亲测有效 https://blog.csdn.net/qiangweiyan/article/details/79117641 阅读全文
posted @ 2021-10-21 16:33 梨花满地 阅读(38) 评论(0) 推荐(0)
摘要://就当模板看了 import java.math.BigInteger; import java.util.Scanner; public class Main { static BigInteger b[] = new BigInteger[110000]; static BigInteger 阅读全文
posted @ 2021-10-15 19:09 梨花满地 阅读(48) 评论(0) 推荐(0)
摘要:线段树模板(有lazy数组): #include<iostream> using namespace std; #define int long long typedef long long ll; const int N = 2e5 + 10; #define lson rt << 1 // == 阅读全文
posted @ 2021-10-08 21:01 梨花满地 阅读(45) 评论(0) 推荐(0)