diff --git a/general.cpp b/general.cpp index 7d02d79..64ce2c0 100644 --- a/general.cpp +++ b/general.cpp @@ -33,7 +33,7 @@ void Reading(string Path, vector>& V) ifstream File; double dub; int w(1); vector Numbers; - File.open(Path,fstream::in | fstream::out | fstream::app); + File.open(Path); if (!File.is_open()) {