摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> int main() { int cnt=0; char c; FILE *fp; fp=fopen("data4.txt","r"); while(!feof(fp)) { c=f 阅读全文
posted @ 2024-06-21 17:46 Gaviel_Lee 阅读(18) 评论(0) 推荐(0)