摘要: A 复制的数增加到原数之后,说明连续相同的数有几段,原数就有多少个数字 点击查看代码 #include<bits/stdc++.h> using namespace std; int n; int t; const int maxn=1e5+10; int b[maxn]; map<int,int> 阅读全文
posted @ 2025-02-13 15:30 归游 阅读(21) 评论(0) 推荐(0)