摘要:
1 #include 2 #include 3 4 using namespace std; 5 typedef long long LL; 6 7 //给予二整数 a 与 b, 必存在有整数 x 与 y 使得ax + by = gcd(a,b) 8 LL extgcd(LL a, LL b, LL &x, LL &y){ 9 LL d = a; 10 ... 阅读全文
posted @ 2018-04-05 09:28
ouyang_wsgwz
阅读(148)
评论(0)
推荐(0)

浙公网安备 33010602011771号