摘要: typedef struct { char *id; char *name; int score1; int score2; int score3; } Stu; int main(){ Stu *stutmp = (Stu*)malloc(sizeof(Stu)); if (stutmp == N 阅读全文
posted @ 2023-12-11 14:32 刻黑 阅读(43) 评论(0) 推荐(0)