摘要:
带懒标记的线段树01 阅读全文
摘要:
AcWing 周赛44
有构造题和数论 阅读全文
摘要:
重力加速度g的计算 阅读全文
摘要:
大学物理实验1 不想手算的我干脆操起老本行 自制误差分析——不确定度评估板子 展示一下输出: ##代码 #include <iostream> #include <algorithm> #include <cmath> #define pi 3.141593 using namespace std; 阅读全文
摘要:
最小表示法例题 阅读全文
摘要:
P4555 [国家集训队]最长双回文串 题源:https://www.luogu.com.cn/problem/P4555 原理:Manacher 还真比KMP好理解 解决最长回文串问题 转化为长度为奇数的回文串 原串长度 = 新串长度半径 - 1 1. 转化:首位加不同字符,中间加 # (图片源自 阅读全文
摘要:
失败的一场周赛QAQ
简单位运算 模拟推公式 树状数组 + 离散化 + 二分 阅读全文