摘要: 实验7 实验任务4 task4.c 代码: #include <stdio.h> #define N 100 int main() { int lines = 0; int chars = 0; int i,j; char info[N][N]; FILE* fp; fp = fopen("d:\\ 阅读全文
posted @ 2025-06-04 21:45 Bloon682 阅读(30) 评论(0) 推荐(0)