use std::io::Write; fn main() { println!("this problem is broken"); std::io::stdout().flush().unwrap(); }