摘要: part2 #include <iostream> #include <fstream> #include <string> using namespace std; int main(){ string a; ofstream file("3.txt",ios_base::app); file<< 阅读全文
posted @ 2019-06-16 15:22 mzzzy 阅读(142) 评论(2) 推荐(0)