摘要: 任务四 1 #include <stdio.h> 2 #include <ctype.h> 3 4 int main() { 5 FILE *file; 6 int count = 0; 7 int ch; 8 9 file = fopen("data4.txt", "r"); 10 if (fil 阅读全文
posted @ 2023-12-21 13:57 飘窗的轩 阅读(10) 评论(0) 推荐(0)