12 2022 档案

摘要:#include<stdio.h> #include<stdlib.h> int main(){ FILE *fp; char al; int count=0; fp=fopen("C:\\date4.txt","r"); if(fp==NULL){ printf("fail to open fil 阅读全文
posted @ 2022-12-25 22:12 吱吱1号 阅读(12) 评论(0) 推荐(0) 编辑
摘要:#include <stdio.h> #include<string.h> #include<stdlib.h> #define N 100 typedef struct { char num[10]; // 学号 int s1; // 期末成绩 int s2; // 平时成绩 double sum 阅读全文
posted @ 2022-12-25 21:24 吱吱1号 阅读(10) 评论(0) 推荐(0) 编辑