摘要: 任务4 #include <stdio.h> #include <string.h> #define N 1000 void read(char x[N]) { int i=0,n; int number; FILE *fp; fp=fopen("D:\data4.txt","r"); if(fp= 阅读全文
posted @ 2024-12-30 00:30 陈熠萱 阅读(11) 评论(0) 推荐(0)