摘要: 实验任务4 #include <stdio.h> #include <string.h> #define N 100 int main(){ int i,j,line,n; char t; char s[N][N]; FILE *fp; fp=fopen("data4.txt","r"); if(! 阅读全文
posted @ 2025-12-28 12:46 a杠兄 阅读(7) 评论(1) 推荐(0)