fn main(){for i in 0..256{print!("{}",format!("{:b}",i).parse::().unwrap()%9%2)}}