摘要:
实验任务4 #include <stdio.h> int main(){ FILE *fp; fp=fopen("data4.txt","r"); int line=0,chars=0; char ch; if(!fp){ perror("data4.txt"); return 1; } while 阅读全文
posted @ 2025-12-31 18:40
黎恆
阅读(8)
评论(1)
推荐(0)
2025年12月31日