摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 int main(){ 4 int a,l,maxx=100001,l2=-1; 5 cin>>a; 6 map<int,int> b; 7 for(int c=0;c<a;c++){ 8 cin 阅读全文
posted @ 2024-01-29 11:54 -刘-j-x- 阅读(130) 评论(0) 推荐(0)