摘要: Part1: 验证性实验 验证性实验2 更改后运行结果正确 1 // 将file1.txt中小写字母转换成大写后,另存为file2.txt 2 #include <stdio.h> 3 #include <stdlib.h> 4 5 int main() { 6 FILE *fin, *fout; 阅读全文
posted @ 2019-06-20 15:35 yy-Siri 阅读(179) 评论(2) 推荐(0) 编辑