for i in range(len(cipher[0]) - 1, 0, -1): cipher[0][i] = (cipher[0][i] + i) ^ cipher[0][i-1] cipher[0][0] ^= 0xFF flag += ...
確定! 回上一頁