摘要: 一、题目要求 码云链接:https://git.oschina.net/awdx/homework4.git 1 #include<stdio.h> 2 struct Student 3 { 4 long int num; 5 char name[30]; 6 char sex; 7 char ad 阅读全文