摘要:
1. #include <iostream> #include <fstream> #include <cstring> #include <cstdlib> using namespace std; int main() { string filename1, filename2, newfile 阅读全文
随笔档案-2019年06月
实验五
2019-06-01 17:42 by Chirly, 130 阅读, 收藏,
摘要:
#include <iostream> #include <string> using namespace std; class MachinePets{ public: MachinePets(const string s):nickname(s){}; string getNickname() 阅读全文
浙公网安备 33010602011771号