03 2022 档案

摘要:1 #include <iostream> 2 #include <string> 3 using namespace std; 4 string encoder(string text,int offset)//加密 5 { 6 string encoded_text=text; 7 for(au 阅读全文
posted @ 2022-03-31 09:24 敲代码的喵 阅读(75) 评论(0) 推荐(0)