03 2024 档案
摘要:Luogu P3805【模板】manacher 算法 1 // Luogu P3805 【模板】manacher 算法 2 #include <iostream> 3 #include <cstring> 4 #include <algorithm> 5 using namespace std; 6
阅读全文
摘要:Problem - E - Codeforces 这道题用了记录一个数末尾零的板子(敲重点)!!! 再说一遍,简单博弈论就是贪心! 1 void solve() { 2 cin >> n >> m; 3 vector<int> a(n), b(n); 4 for (int i = 0; i < n;
阅读全文
阅读目录(Content)
此页目录为空