02 2021 档案

摘要:A-串 法一:动态规划构造法 #include<bits/stdc++.h> #define inf 0x3f3f3f3f #define ll long long #define MAX 1000001 const int N = 5e6+7; const int MOD = 1e9+7; usi 阅读全文
posted @ 2021-02-04 16:56 PdrEam 阅读(63) 评论(0) 推荐(0)