摘要: 输入样例: 9 1 2 1 7 1 4 2 8 2 5 4 3 3 9 4 6 期望输出: 4 代码实现: #include<bits/stdc++.h> using namespace std; const int N =1e5+10 , M=2*N; int n,m; int h[N],e[M] 阅读全文
posted @ 2025-09-26 11:45 小花护符 阅读(11) 评论(0) 推荐(0)