您的位置:首页 > 编程语言 > C语言/C++

C/C++编程软件C-Free破解方法

2010-10-24 18:04 381 查看
URI: http://www.pythonchallenge.com/pc/return/evil.html
Username: huge; password: file
说明:

解题方法:
# Get the data from: http://www.pythonchallenge.com/pc/return/evil2.gfx 
h = open("evil2.gfx", "rb")
data = h.read()
h.close()

new_data = [[], [], [], [], []]
n = 0

for byte in range(len(data) - 1):
new_data
.append(data[byte])
n = 0 if n == 4 else n + 1

for n, elt in enumerate(new_data):
h = open(str(n + 1), "wb")
h.write("".join(elt))
h.close()

过关答案:
disproportional
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: