摘要: #include<stdio.h> #include<stdlib.h> int main(){ FILE *fp; char al; int count=0; fp=fopen("C:\\data4.txt","r"); if(fp==NULL){ printf("fail to open fil 阅读全文
posted @ 2022-12-28 10:20 WA自动机! 阅读(18) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include<stdlib.h> #include <string.h> #define N 5 typedef struct student { char name[10]; int num; int maths; int computer; int en 阅读全文
posted @ 2022-12-28 10:15 WA自动机! 阅读(21) 评论(0) 推荐(0) 编辑