fn main() { let mut c = String::new(); std::io::stdin().read_line(&mut c).ok(); print!("1 {}", c); }