use proconio::input; fn main() { input! { d: usize, } println!("{}", if d <= 100 { "Milk" } else { "Difficult" }); }