摘要: 视频链接: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)