摘要: 4.实验4 1 #include<stdio.h> 2 #include<string.h> 3 #include <string.h> 4 #define M 999 5 int main(){ 6 char x[M]; 7 FILE *fp; 8 int len,t=0,a=0; 9 if((f 阅读全文
posted @ 2023-12-18 16:48 If-You 阅读(24) 评论(0) 推荐(0)