摘要: 实验任务4: 源代码: 1 #include <stdio.h> 2 #define N 10000 3 int main() 4 { 5 char ch; 6 int lines=0,i=0; 7 char str[N]; 8 FILE *fp; 9 fp = fopen("D:\\data4.t 阅读全文
posted @ 2024-12-26 17:32 noeleven 阅读(6) 评论(0) 推荐(0) 编辑