摘要: 实验任务四 程序源代码 #include <stdio.h> #include <stdlib.h> int main() { FILE* fp; int i = 0; char ch; fp = fopen_s(&fp,"data4.txt", "r"); if (fp == NULL) { pr 阅读全文
posted @ 2023-06-15 11:14 &YT 阅读(8) 评论(0) 推荐(0) 编辑