A-0809-lemon

导航

2025年6月8日 #

实验七

摘要: 实验任务4 源代码: 1 #include<stdio.h> 2 #define N 100 3 int main(){ 4 FILE *fp= fopen("D:\\data4.txt", "r"); 5 if(!fp) { 6 printf("fail to open file to read\ 阅读全文

posted @ 2025-06-08 13:36 A0809-lemon 阅读(16) 评论(0) 推荐(0)