import Data.Bits r=[0..127] s=show main=mapM putStrLn[s i++" "++s j++":"++s(i+j)|i<-r,j<-r,fromEnum i.&.j<1]