use proconio::input; fn main() { input! { s: String } println!("{}", if s == "0" {"Yes"} else {"No"}); }