摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int N=1e4+10; 4 struct node 5 { 6 char type; 7 int id; 8 }; 9 int main() 10 { 11 int T,n; 12 阅读全文
posted @ 2022-10-08 18:20 SAKURA12 阅读(41) 评论(0) 推荐(0) 编辑