摘要: 实验任务4 源代码 1 #include <stdio.h> 2 #include <string.h> 3 #define N 100 4 5 int main(){ 6 int i,j,line,n; 7 char t; 8 char s[N][N]; 9 FILE *fp; 10 11 fp= 阅读全文
posted @ 2025-12-31 13:43 humeop 阅读(3) 评论(0) 推荐(0)