加载中...
新手想问:e怎么破解
for e in range(2, pow(10, 8)): if gmpy2.powmod(ord('L'),e, n) == c[0]: print(e) break
新手想问:e怎么破解
加载中...