摘要: 一、任务: 任务一: 你现在拥有一个数组,数组中储存着总共10个人的姓名字符串你需要为每个人创建一个txt文件,以他们的名字命名。 #include<stdio.h> #include<stdlib.h> struct stu { char number[100]; char name[10]; c 阅读全文
posted @ 2019-12-21 16:10 茅志雄 阅读(272) 评论(0) 推荐(0)