2023年6月14日
摘要: Task4 <实验结论> #include<stdio.h> int main() { char s[100]; FILE *fp; int i = 0,j,k = 0; char ch; fp = fopen("data4.txt","rb"); if(fp == NULL) { printf(" 阅读全文
posted @ 2023-06-14 15:30 负熵宝子 阅读(13) 评论(0) 推荐(0)