2923: 病人排队 摘要:```cpp #include using namespace std; typedef struct a { char m[20]; int age; }T; int…… 题解列表 2023年01月10日 0 点赞 0 评论 222 浏览 评分:9.9
利用结构体排序 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h> using namespace std; typedef struct a{ char m[20]; int …… 题解列表 2022年11月01日 0 点赞 0 评论 164 浏览 评分:0.0