摘要: #include <iostream> using namespace std; #include <string.h> typedef struct Student { int id; char name[10]; char gender; int age; }*Stu; int main() { 阅读全文
posted @ 2022-03-17 20:58 千树line 阅读(822) 评论(0) 推荐(0)