摘要: task4: #include <stdio.h> int main() { FILE* fp; fp = fopen("data4.txt", "r"); if (fp == NULL) { return -1; } char t; int line_count = 0, char_count = 阅读全文
posted @ 2024-12-26 16:18 jjjrrhhhhh 阅读(25) 评论(0) 推荐(0)