220011wan

导航

2022年11月26日 #

实验五

摘要: 1 #pragma once 2 #include<iostream> 3 using namespace std; 4 class MachinePets 5 { 6 public: 7 MachinePets(const string s); 8 string get_nickname(); 9 阅读全文

posted @ 2022-11-26 07:14 或者明天 阅读(8) 评论(0) 推荐(0) 编辑