摘要:
求整数上乘法逆元 求 7 关于 26 的逆元! 扩展欧几里得算法 #include <stdio.h> #include <stdlib.h> //欧几里得函数 void exgcd(int a, int b, int &x, int &y, int &d) { if (!b) { d = a, x 阅读全文
摘要:
self-introduction (自我介绍) Please introduce yourselfGood afternoon, my dear teachers and professors. I am**, Thank you very much for giving me the oppor 阅读全文