摘要: #program once #include<iostream> #include<string> using namespace std; class TextCoder{ private: string text; void encoder(); void decoder(); public: 阅读全文
posted @ 2023-12-01 08:14 Tantivy 阅读(31) 评论(0) 推荐(0)