摘要: #include<stdio.h>#include<iostream>#pragma warning(disable : 4996) int main(){ FILE *fp1, *fp2; fp1 = fopen("a.txt", "r"); fp2 = fopen("b.txt", "w"); 阅读全文
posted @ 2021-09-27 16:08 江南王小帅 阅读(367) 评论(0) 推荐(0)