摘要:
例如: 输入 100 个学生的学号,姓名和考试成绩,编写程序找出高分数和低分数者并输出用变量和数组做数据结构课编写程序如下: #include<cstdio> #include<cstring> int main(){ int i , num , maxnum , minnum ; char nam 阅读全文
posted @ 2021-07-12 20:02
Skypeduty
阅读(111)
评论(0)
推荐(0)