摘要: 实验7 任务4 代码 1 #include <stdio.h> 2 #include <string.h> 3 #define N 100 4 5 int main (){ 6 FILE *file = fopen("data4.txt", "r"); 7 if (file == NULL) { 8 阅读全文
posted @ 2025-06-07 23:32 JXBwinner 阅读(13) 评论(0) 推荐(0)