03 2024 档案

摘要:Luogu P3805【模板】manacher 算法 1 // Luogu P3805 【模板】manacher 算法 2 #include <iostream> 3 #include <cstring> 4 #include <algorithm> 5 using namespace std; 6 阅读全文
posted @ 2024-03-14 16:47 rw156 阅读(10) 评论(0) 推荐(0) 编辑
摘要:Problem - E - Codeforces 这道题用了记录一个数末尾零的板子(敲重点)!!! 再说一遍,简单博弈论就是贪心! 1 void solve() { 2 cin >> n >> m; 3 vector<int> a(n), b(n); 4 for (int i = 0; i < n; 阅读全文
posted @ 2024-03-01 18:21 rw156 阅读(6) 评论(0) 推荐(0) 编辑

阅读目录(Content)

此页目录为空

点击右上角即可分享
微信分享提示