diff --git a/实时输入输出的翻译.cpp b/实时输入输出的翻译.cpp index 5623afb..67df430 100644 --- a/实时输入输出的翻译.cpp +++ b/实时输入输出的翻译.cpp @@ -62,7 +62,7 @@ void findlike()// { system("cls"); FILE *fp; - if((fp=fopen(shoucanjia,"r"))==NULL) + if((fp=fopen(shoucanjia,"rb"))==NULL) { printf("OPEN DEFIT"); } @@ -102,7 +102,7 @@ void findlike()// i=i+1; } FILE *fp; - if((fp=fopen(shoucanjia,"r"))==NULL) + if((fp=fopen(shoucanjia,"rb"))==NULL) { printf("OPEN DEFIT"); } diff --git a/实时输入输出的翻译.exe b/实时输入输出的翻译.exe index fdb4818..7ac9267 100644 Binary files a/实时输入输出的翻译.exe and b/实时输入输出的翻译.exe differ diff --git a/翻译文档31.txt b/翻译文档31.txt index 9324ff3..2f6035b 100644 Binary files a/翻译文档31.txt and b/翻译文档31.txt differ