c语言中的连续输入问题

(这个是我写的,我以为博文搬家有点麻烦,而后就复制粘贴过来了。)缓存 1.具体问题(问题的解答还有待进一步的完善)函数  (1) 完整代码: #include "stdio.h" struct date  {    int month;    int year;    int day;  }; struct student  {    int num;    char name[16];    s
相关文章
相关标签/搜索