摘要: 实验任务四 程序代码 #include <stdio.h> #include <stdlib.h> #include <ctype.h> int main(){ FILE *file = fopen("data4.txt","r"); if (file == NULL) { perror("无法打开 阅读全文
posted @ 2025-06-08 00:02 古明地理 阅读(17) 评论(0) 推荐(0)