06 2023 档案

摘要:task4.c #include "stdfax"#include <stdio.h> #include <stdlib.h>int main() { FILE *fp1,*fp2,*fp3; char ch; fp1=fopen("task4.txt","r"); fp2=fp3=fp1; whi 阅读全文
posted @ 2023-06-15 11:31 大帅浩淇 阅读(4) 评论(0) 推荐(0) 编辑
摘要:task4.c #include "stdafx.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #define N 100 typedef struct{ char num[10]; int s1; int s2; dou 阅读全文
posted @ 2023-06-01 12:38 大帅浩淇 阅读(3) 评论(0) 推荐(0) 编辑