摘要: 任务4 源代码: 1 #include <stdio.h> 2 3 int main() 4 { 5 int line_count=1,char_count=0; 6 7 FILE *fp=fopen("data4.txt","r"); 8 9 while(!feof(fp)) 10 { 11 ch 阅读全文
posted @ 2024-12-25 16:26 yucyi 阅读(33) 评论(0) 推荐(0)