wangchi12321

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2025年6月9日

摘要: 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)