摘要: #include<stdio.h>#include<stdlib.h>#include<string.h> typedef struct Student{ char *name; //名字 int id; int name_len; //名字长度}Stu; int main(){ int x=0,n 阅读全文
posted @ 2019-05-02 12:59 拓荒的路上 阅读(199) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<stdlib.h>#include<string.h>#include<time.h> int main(){ int j=0,x,a[1024]; char rand_num[5]; FILE *stream=fopen("1.txt","w") 阅读全文
posted @ 2019-05-02 11:00 拓荒的路上 阅读(106) 评论(0) 推荐(0) 编辑