摘要: 原题链接 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn=1e5+5; 4 int n,a[maxn],ans[maxn],sta[maxn]; 5 int tot; 6 int main(){ 7 scanf(" 阅读全文
posted @ 2022-09-14 17:00 藏狐永不止步 阅读(29) 评论(0) 推荐(0)