摘要: 任务4 代码 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 ( 阅读全文
posted @ 2023-12-19 23:55 starming 阅读(10) 评论(0) 推荐(0) 编辑