fn main() { proconio::input! { n: String } println!("{}\nNo", n.into_bytes().pop().unwrap() % 2); }