C语言程序设计教程(第三版)课后习题11.5 (C语言代码) 摘要:#include<stdio.h>struct student{char num[100]; char name[100]; int a; int b; int c;}s[100];int i;voi…… 题解列表 2017年06月11日 2 点赞 0 评论 1630 浏览 评分:0.0