摘要:
题目大意:给定序列a[] , p , b希望找到一个序列 x[] , 使a1*x1 + a2*x2 + ... + an*xn = b (mod p)这里很容易写成a1*x1 + a2*x2 + ... + an*xn + yp = b->a1*x1 + a2*x2 + ... + an*xn + ... 阅读全文
posted @ 2015-09-16 10:08
Love风吟
阅读(233)
评论(0)
推荐(0)
摘要:
题目大意:给定数列a1 , a2 , ... , an希望找到一个 N = sigma(ai^ki) , (0 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 #define p... 阅读全文
posted @ 2015-09-16 00:38
Love风吟
阅读(268)
评论(0)
推荐(0)


浙公网安备 33010602011771号