2
0
33
168
101
260
链接:天气不好 模拟了一下RSA算法就好了。主要的过程在于求逆元。 #include #include #include #include #include #include using namespace std; int cal_d(int r, int s) { int MOD[150][2] = {0}, num = 0, x2 = 1, y2 = 0, x1, y...