摘要:
任务四 #include<stdio.h> #include<stdlib.h> #define N 100 int main() { int i=0,j,line=1,sum=0; char s[N]; FILE *fp; fp=fopen("data4.txt","r"); if(fp==NUL 阅读全文
posted @ 2025-12-31 18:03
Wu_He
阅读(6)
评论(1)
推荐(0)
2025年12月31日