摘要: #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> int main() { FILE* fp; char ch; int count=0; fp = fopen("E:\\study\\sourse\\data4 阅读全文
posted @ 2022-12-27 22:47 王昌煦 阅读(10) 评论(0) 推荐(0)
摘要: #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 100 typedef struct student { char num[10]; int s1; i 阅读全文
posted @ 2022-12-27 22:24 王昌煦 阅读(15) 评论(0) 推荐(0)