{-#OPTIONS -fglasgow-exts#-}foreign import ccall"rand"r::IO Int;main=mapM(\_->do{i<-r;putChar.toEnum$32+i`mod`95})[1..765]