
比赛
.Seven
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
银川problem B
比赛时只想到了n^3 队友间推完还以为是指数级的就没再推 待补吧 (1e4 #include <bits/stdc++.h> using namespace std; #define pb push_back #define fast ios_base::sync_with_stdio(0), cin.tie(0),cout.tie(0) long long dp[1010][1010],ans[1010][1010],n; long long a[1010]; int main() {.原创 2021-05-18 14:27:25 · 141 阅读 · 0 评论 -
第十一届蓝桥杯大赛软件类省赛第二场 C/C++ 大学 B 组 H题 子串分值和
#include<bits/stdc++.h> using namespace std; #define pb push_back #define fast ios_base::sync_with_stdio(0), cin.tie(0),cout.tie(0) string s; int a[30][100010]; int now[30],vis[30]; int main() { int ans=0,ss=0; cin>>s;int n=s.size(); ..原创 2020-10-22 18:52:14 · 634 阅读 · 0 评论