摘要: 内容仅供自己学习使用。 #include<stdio.h>#include<string.h>struct student { int num; char name[20]; char sex; float score; }; void input(struct student *point){ ( 阅读全文
posted @ 2021-08-21 09:39 吃辣的鱼儿 阅读(58) 评论(0) 推荐(0)