赞
踩
#include <iostream> #include <string> std::string encrypt(std::string str, int key) { std::string encryptedStr = ""