fn main() { for _ in 0..1000 { let mut a = String::new(); std::io::stdin().read_line(&mut a).ok(); } println!("{}", 500); }