摘要: 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 fp = fopen("data4.txt 阅读全文
posted @ 2024-12-30 00:26 糯檽檽米 阅读(12) 评论(0) 推荐(0)