Update money.cpp

main
p68710245 1 year ago
parent 04457bf784
commit 637599084a

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