摘要: 一、PTA实验作业(5分) 题目1:按等级统计学生成绩 1. 本题PTA提交列表(要提交列表,不是结果) 2. 设计思路(伪代码或流程图) struct number{ char name[11],sex,phone[17],mophone[17],birthday[17]; };//该结构体表示人 阅读全文
posted @ 2017-12-24 18:43 evfun 阅读(411) 评论(1) 推荐(0) 编辑