2023年12月13日
摘要: task3源代码: 1 #pragma once 2 3 #include<iostream> 4 #include<string> 5 6 using namespace std; 7 8 class MachinePets { 9 public: 10 MachinePets(const str 阅读全文
posted @ 2023-12-13 21:32 豪雅 阅读(10) 评论(0) 推荐(0)
摘要: task5源代码: 1 #pragma once 2 3 #include<iostream> 4 #include<string> 5 6 using namespace std; 7 8 class TextCoder { 9 public: 10 TextCoder() = default; 阅读全文
posted @ 2023-12-13 17:37 豪雅 阅读(21) 评论(0) 推荐(0)