#include #include #include unsigned long pow(int x,int y)unsigned long r=1;int i;for(i=1;i=y;i+)r=r*x;return r;void main()int n,a,b,t;unsigned long x,y,k,l;printf(请输入n的值:);scanf(%d,&n);srand(time(0);a=(rand() % (n-2)+2;printf(随机数a的值:%dn,a);b=(rand() % (n-2)+2;printf(随机数b的值:%dn,b);t=(rand() % (n-2)+2;printf(随机数t的值:%dn,t);x=pow(t,a)%n;/计算t的a次幂,mod n 的值,并把结果发送给Bprintf(经计算得
Copyright © 2018-2021 Wenke99.com All rights reserved
工信部备案号:浙ICP备20026746号-2
公安局备案号:浙公网安备33038302330469号
本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。