摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 4 struct node { 5 int y,result; 6 }; 7 vector<node> nodes; 8 9 bool cmp(node &a,node &b) { 10 if(a. 阅读全文
posted @ 2021-04-07 15:42 tangq123 阅读(391) 评论(0) 推荐(0) 编辑