摘要:
task4 `#include<stdio.h> int main(){ FILE *fp; int lines=1; int chars=0; fp = fopen("data4.txt", "r"); int ch; while((ch=fgetc(fp))!=EOF){ if(ch=='\n' 阅读全文
posted @ 2026-06-23 20:46
王明智
阅读(6)
评论(0)
推荐(0)
|
摘要:
task4 `#include<stdio.h> int main(){ FILE *fp; int lines=1; int chars=0; fp = fopen("data4.txt", "r"); int ch; while((ch=fgetc(fp))!=EOF){ if(ch=='\n' 阅读全文
posted @ 2026-06-23 20:46
王明智
阅读(6)
评论(0)
推荐(0)
|