1. 程式人生 > >C語言考題:Find the key in the picture,good luck..

C語言考題:Find the key in the picture,good luck..

int c語言 bsp pict fin find print str1 bin

str1="Find the key in the picture,good luck.."
for i in range(256):
for j in range(39):
b=(ord(str1[j])^j)
print bin(b)

C語言考題:Find the key in the picture,good luck..