标签: VNCTF

1 篇文章

VNCTF 2025
战绩:RP.2866 RK.30 Crypto easymath 题目 from Crypto.Util.number import * from secret import flag flag=bytes_to_long(flag) l=flag.bit_length()//3 + 1 n=[] N=1 while len(n) <…