摘要:
task4 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 int main() { 5 FILE *fp = fopen("data4.txt", "r"); 6 if (fp == NULL) { 7 perror("无法打开文件"); 8 retu 阅读全文
posted @ 2025-06-09 10:40
卡希勒
阅读(12)
评论(0)
推荐(0)
|
摘要:
task4 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 int main() { 5 FILE *fp = fopen("data4.txt", "r"); 6 if (fp == NULL) { 7 perror("无法打开文件"); 8 retu 阅读全文
posted @ 2025-06-09 10:40
卡希勒
阅读(12)
评论(0)
推荐(0)
|