摘要:
视频链接:https://www.bilibili.com/video/BV1Le4y1V78D/ Luogu P3803 【模板】多项式乘法(FFT) // 递归版 2.5s #include<cstdio> #include<iostream> #include<cmath> #include< 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1g14y1w7D9/ Luogu P4213 【模板】杜教筛(Sum) #include <algorithm> #include <cstdio> #include <cstring> #include <map> us 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1Ye4y1j7u9/ Luogu P1829 [国家集训队]Crash的数字表格 #include <algorithm> #include <cstdio> using namespace std; const int 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV19A411X7yk/ Luogu P3455 [POI2007]ZAP-Queries #include <bits/stdc++.h> using namespace std; #define LL long long 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1g24y1S73q/ 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1fP411g7bm/ UOJ #3028. 食物 #include<bits/stdc++.h> using namespace std; const int P=10007; char s[510]; int main( 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1BM411C7bU/ HDU - 1521 排列组合 (指数生成函数) #include <iostream> #include <cstring> #include <algorithm> using namespace 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1E24y1171z/ HDU - 2152 Fruit #include <iostream> #include <cstring> #include <algorithm> using namespace std; in 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1pP4y127tC/ Luogu P2261 [CQOI2007]余数求和 #include<cstdio> #include<algorithm> using namespace std; typedef long lo 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1td4y1F7v1/ Luogu P1044 [NOIP2003 普及组] 栈 #include <iostream> using namespace std; int n; long long f[20]; int ma 阅读全文