上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 45 下一页
摘要: 视频链接:https://www.bilibili.com/video/BV1g24y1S73q/ 阅读全文
posted @ 2022-11-18 21:58 董晓 阅读(441) 评论(0) 推荐(1)
摘要: 视频链接:https://www.bilibili.com/video/BV1fP411g7bm/ UOJ #3028. 食物 #include<bits/stdc++.h> using namespace std; const int P=10007; char s[510]; int main( 阅读全文
posted @ 2022-11-17 15:18 董晓 阅读(427) 评论(0) 推荐(0)
摘要: 视频链接:https://www.bilibili.com/video/BV1BM411C7bU/ HDU - 1521 排列组合 (指数生成函数) #include <iostream> #include <cstring> #include <algorithm> using namespace 阅读全文
posted @ 2022-11-17 09:01 董晓 阅读(439) 评论(0) 推荐(0)
摘要: 视频链接:https://www.bilibili.com/video/BV1E24y1171z/ HDU - 2152 Fruit #include <iostream> #include <cstring> #include <algorithm> using namespace std; in 阅读全文
posted @ 2022-11-11 21:48 董晓 阅读(538) 评论(0) 推荐(2)
摘要: 视频链接:https://www.bilibili.com/video/BV1pP4y127tC/ Luogu P2261 [CQOI2007]余数求和 #include<cstdio> #include<algorithm> using namespace std; typedef long lo 阅读全文
posted @ 2022-11-05 18:30 董晓 阅读(616) 评论(0) 推荐(0)
摘要: 视频链接:https://www.bilibili.com/video/BV1td4y1F7v1/ Luogu P1044 [NOIP2003 普及组] 栈 #include <iostream> using namespace std; int n; long long f[20]; int ma 阅读全文
posted @ 2022-11-03 19:11 董晓 阅读(699) 评论(2) 推荐(1)
摘要: 视频链接:https://www.bilibili.com/video/BV1ZK41127tu/ Luogu P1450 [HAOI2008] 硬币购物 #include <iostream> #include <cstring> #include <algorithm> using namesp 阅读全文
posted @ 2022-10-28 23:30 董晓 阅读(564) 评论(0) 推荐(2)
摘要: 视频链接:https://www.bilibili.com/video/BV1S8411h77u/ #include <iostream> #include <cstring> #include <algorithm> using namespace std; typedef long long L 阅读全文
posted @ 2022-10-13 22:28 董晓 阅读(632) 评论(0) 推荐(0)
摘要: 视频链接:https://www.bilibili.com/video/BV1ge4y177mb/ Luogu P1771 方程的解 #include <iostream> #include <cstring> #include <algorithm> using namespace std; co 阅读全文
posted @ 2022-10-11 20:04 董晓 阅读(618) 评论(0) 推荐(3)
摘要: 视频链接:https://www.bilibili.com/video/BV16R4y1X7Fg/ #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 10010 阅读全文
posted @ 2022-10-08 21:35 董晓 阅读(606) 评论(0) 推荐(3)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 45 下一页