摘要:
// 将图书信息写入文本文件data1.txt#define _CRT_SECURE_NO_WARNINGS#include <stdio.h>#define N 7#define M 80typedef struct { char name[M]; // 书名 char author[M]; // 阅读全文
posted @ 2022-12-24 22:19
理塘ikun
阅读(59)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS#include <stdio.h>#include <string.h>#define N 3typedef struct student { int id; char name[20]; char subject[20]; doubl 阅读全文
posted @ 2022-12-24 22:17
理塘ikun
阅读(21)
评论(0)
推荐(0)

浙公网安备 33010602011771号