0e82216

导航

2025年12月30日 #

实验七

摘要: task4 点击查看代码 #include<stdio.h> #define N 100 int main() { FILE *fp; int i=0,num=0,k,j; char s[N][N]; fp=fopen("data4.txt","r"); if(fp==NULL) { printf( 阅读全文

posted @ 2025-12-30 21:20 一条小鲫鱼吖 阅读(5) 评论(1) 推荐(0)