摘要: 任务4: 1 #include <stdio.h> 2 #define N 10 3 #define M 100 4 5 int main(){ 6 char t,x[N][M]; 7 int i,j,line=0,s=0; 8 FILE *fp; 9 10 fp=fopen("data4.txt" 阅读全文
posted @ 2024-12-30 08:11 hydrangea1123 阅读(11) 评论(0) 推荐(0)