随笔分类 - Conpetition
摘要:#include<bits/stdc++.h> using namespace std; int main(){ int t_case=100; while(t_case--){ system("./gen"); system("./sol"); system("./bf"); if(system(
阅读全文
摘要:整除分块 \(O(\sqrt n)\) 复杂度快速计算 \(\sum\limits_{i=1}^n \lfloor n/i\rfloor\) 分块:\(\forall i\in [l,r],\lfloor n/i\rfloor=C\) 枚举 \(l=1\cdots n\) 推导 \(r\) 的过程:
阅读全文

浙公网安备 33010602011771号