Discrete Logging 题目: Given a prime P, 2 <= P < 231, an integer B, 2 <= B < P, and an integer N, 1 <= N < P, compute the discrete logarithm of N, base B, m
http://162.105.81.212/JudgeOnline/problem?id=3243 题意:给定XY mod Z = K已知X, Z, K 求最小的Y值,这题和pku2417差不多,都是用这个算法的,但是我差了很多资料,理解还不是很好啊,今天看了AC大牛的解题报告,学习了他的写法,,膜拜下~~~上面写的很清楚,但是俺菜还是不够理解啊~ http://hi.baidu.com/ae