摘要: Task 5: textcoder.cpp: #include<iostream> #include<string> class TextCoder{ private: std::string text; void encoder(string &a){ for(int i=0;i < a.leng 阅读全文
posted @ 2023-11-30 23:02 煙猫 阅读(18) 评论(0) 推荐(0)