摘要: 实验结论 Part1: 结构体类型及编程应用 补足程序ex1_2.cpp,附上补足后的程序源码,输入不同测试数据,给出运行结果截图 #include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义ST 阅读全文
posted @ 2019-12-22 11:47 饿了就吃药 阅读(257) 评论(3) 推荐(0)