C语言程序设计教程(第三版)课后习题11.5 (C++代码) 摘要://此题描述有问题,最高分是按照什么标准?//这个程序是按照三科成绩总成绩的最高分#include <iostream>using namespace std;struct student{ stri…… 题解列表 2017年06月28日 0 点赞 0 评论 1020 浏览 评分:0.0
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 评论 1246 浏览 评分:0.0