随笔分类 -  *数学---扩展欧几里得

摘要:Biorhythms POJ - 1006 题意: 求解一元线性同余方程组。 1 #include <cstdio> 2 #include <cstring> 3 using namespace std; 4 const int maxn=1010; 5 int b[maxn],m[maxn]; 6 阅读全文
posted @ 2017-08-17 20:15 yijiull 阅读(128) 评论(0) 推荐(0)
摘要:青蛙的约会 POJ - 1061 附上大佬原文http://www.cnblogs.com/yueshuqiao/archive/2011/08/23/2150960.html 1 #include <iostream> 2 #include <cstdio> 3 using namespace s 阅读全文
posted @ 2017-04-13 17:13 yijiull 阅读(121) 评论(0) 推荐(0)