for j in range(16384): i=j>>7;j%=128 if i&j<1:print i,`j`+':'+`i+j`