摘要:
#include <stdio.h> #include <string.h> #include <stdlib.h> int main(){ FILE *fp; fp=fopen("data4.txt","r"); char ch='a'; int i=0; do { ch=fgetc(fp); i 阅读全文
posted @ 2022-12-29 20:13
李治伯
阅读(169)
评论(0)
推荐(0)