From 637599084a846982753882fb6d12a77f90d1b3fd Mon Sep 17 00:00:00 2001 From: p68710245 Date: Sun, 28 Apr 2024 21:25:07 +0800 Subject: [PATCH] Update money.cpp --- money.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/money.cpp b/money.cpp index d65b988..59a5963 100644 --- a/money.cpp +++ b/money.cpp @@ -37,5 +37,6 @@ int main() std::ifstream ifile{"money.txt"}; ifile >> n; // 从文件读入n std::cout << n; // 输出n + ifile.close(); return 0; } \ No newline at end of file