摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 //用指向函数的指针做函数参数 4 #if(0) 5 int main() 6 { 7 struct Student{ 8 long int num; 9 char name[20]; 10 char sex; 阅读全文
posted @ 2020-03-13 15:35 萌萌~ 阅读(222) 评论(0) 推荐(0)