摘要: 实验结论 part 1 ex1_2.cpp #include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char 阅读全文
posted @ 2019-12-24 12:32 江北河豚 阅读(82) 评论(2) 推荐(0)