@ -37,5 +37,6 @@ int main()
std::ifstream ifile{"money.txt"};
ifile >> n; // 从文件读入n
std::cout << n; // 输出n
ifile.close();
return 0;
}