supreme-dark 发表于 2018-9-29 20:00:58

python运算

flag=(hex(pow(636e7373, 0x10001, 19260817)))
请问下,这个怎么算啊。。。自己弄了好久了

RIXO 发表于 2018-9-29 20:43:59

flag=(hex(pow(int('636e7373',16), int('0x10001',16), int('19260817',16))))
页: [1]
查看完整版本: python运算