摘要: /* filems1.c -- 使用一个结构数组 */ #include <stdio.h> #include <string.h> #include <stdlib.h> #define TSIZE 45 //定义存储电影名称数组的大小 //定义电影struct struct film { cha 阅读全文
posted @ 2021-08-19 17:51 学而不思则罔! 阅读(186) 评论(0) 推荐(0)