06 2023 档案

摘要:实验四 #include<stdio.h> int main() { int n=0; char ch[100]; FILE *fp; fp=fopen("data4.txt","r"); if(fp==NULL) { printf("fail to open file\n"); return 1; 阅读全文
posted @ 2023-06-12 17:06 听年 阅读(16) 评论(0) 推荐(0)