main.cpp
来自「一个简单的数字签名算法的实现」· C++ 代码 · 共 18 行
CPP
18 行
#include<iostream.h>
/*#include "RSA_Alogrithm.cpp"
void main()
{
char input;
cout<<"RSA \n";
cout<<"do you want to use the alogrithm?";
cin>>input;
if(input=='Y'||input=='y')
{
cout<<"yes\n";
}
else
{
cout<<"no\n";
}
}
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?