摘要: ###先用结构体实现了下,发现写错了(只有20分),后面直接用的数组了 #include<bits/stdc++.h> using namespace std; const int N = 2e5 + 7; int a[N], hs[N], rt[N], cnt; struct Node{ int 阅读全文
posted @ 2022-11-08 00:13 feuerwerk 阅读(25) 评论(0) 推荐(0)