摘要: #include<iostream> using namespace std; struct student { int num; char name[10]; int age; }; void input(student *stu, int m); void disp(student *p, in 阅读全文
posted @ 2021-10-31 21:15 yasai 阅读(49) 评论(0) 推荐(0) 编辑