1、凯撒密码1、初步搭建框架
string input()//用户输入明文
{
string plaintext;
cout << "请输入明文:" << endl;
2021-04-06