摘要: 任务4 #include <stdio.h> #include <stdlib.h> #include <ctype.h> #define N 100 int main() { FILE* fp; fp = fopen("data4.txt", "r"); if (fp == NULL) { pri 阅读全文
posted @ 2025-12-26 21:49 glassheart06 阅读(10) 评论(1) 推荐(0)