摘要: 点击查看代码 #include<iostream> #include<cstring> #include<algorithm> using namespace std; struct node { string x; //装票数 int num; //装号数 int lenx; //装票数的位数 } 阅读全文
posted @ 2021-01-11 17:19 jakekiller00 阅读(141) 评论(0) 推荐(0) 编辑