摘要: code #include<iostream> #include<algorithm> using namespace std; typedef struct Student{ char name[21],gender[21]; int age,grade; }student; int main() 阅读全文
posted @ 2022-02-26 13:02 ethon-wang 阅读(29) 评论(0) 推荐(0) 编辑