摘要: #include #include using namespace std; const int slen = 30; struct student { char fullname[slen]; char hobby[slen]; int ooplevel; }; int getinfo(student pa[], int n); void display1(student st)... 阅读全文
posted @ 2018-10-11 22:53 ranwuer 阅读(3016) 评论(0) 推荐(0) 编辑