fn main(){ let mut tmp=String::new(); std::io::stdin().read_line(&mut tmp).unwrap(); panic!(); }