摘要: #include<stdio.h> #include<stdlib.h> int main() { char s[100]; FILE *fp; int i = 0,j,k = 0; char ch; fp = fopen("data4.txt","rb"); if(fp == NULL) { pr 阅读全文
posted @ 2023-06-15 08:33 显微 阅读(10) 评论(0) 推荐(0)