摘要: 1.实验任务4 程序task4.c源码 1 #include <stdio.h> 2 #define N 10 3 #define M 100 4 5 6 int main(){ 7 char x[N][M]; 8 int i,j,cnt=0,count=0; 9 FILE *fp; 10 11 f 阅读全文
posted @ 2024-12-29 10:08 顾大智 阅读(30) 评论(0) 推荐(0)