会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cchun
博客园
首页
新随笔
联系
订阅
管理
2011年11月16日
中国剩余定理的_非互素同余模板
摘要: 下面这个程序可以对付非互素的同余#include #include #include #include using namespace std;__int64 x, y, t;__int64 egcd(__int64 a, __int64 b) { if (b==0) { x=1; y=0; return a; ...
阅读全文
posted @ 2011-11-16 18:26 cchun
阅读(233)
评论(0)
推荐(0)